#538698

Color #538698 Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #538698

Tints of Hippie Blue #538698

Color information

#538698 (or 0x538698) is unknown color: approx Hippie Blue. HEX triplet: 53, 86 and 98. RGB value is (83,134,152). Sum of RGB (Red+Green+Blue) = 83+134+152=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 152 - color contains mainly: blue. Hex color #538698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538698 is #AC7967. Grayscale: #787878. Windows color (decimal): -11303272 or 9995859. OLE color: 9995859.

HSL color Cylindrical-coordinate representation of color #538698: hue angle of 195.65º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #538698 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB83134152-
CMYK0.450.1200.40
HSL195.65º29.36%46.08%-
HSV(B)195.65º45.39%59.61%-
XYZ17.7621.1632.85-
YUV120.8145.6101.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 22.49%
GREEN value IS 134 (52.73% from 255) = 36.31%
BLUE value IS 152 (59.77% from 255) = 41.19%
R=22.49%
G=36.31%
B=41.19%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831341520.450.1200.40195.6529.3646.08
Hex5386982DC028c41d2e
Octal12320623055140503043556
Binary10100111000011010011000101101110001010001100010011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538698; }

 p { color: rgb(83,134,152); }

 H1.HeaderClassName
 {
   color: #538698;
 }
 .AnyTagClassName
 {
   color: #538698;
 }
</style>
background-color css

<style>
 a { background-color: #538698; }

 a { background-color: rgb(83,134,152); }

 div.DivClassName
 {
   background-color: #538698;
 }
 .BgClassName
 {
   background-color: #538698;
 }
</style>
border-color css

<style>
 span { border-color: #538698; }

 span { border-color: rgb(83,134,152); }

 td.TdClassName
 {
   border-color: #538698;
 }
 .TagClassName
 {
   border-color: #538698;
 }
</style>