Html Css Color HEX #538897 Hippie Blue

📋 copy color: '#538897'

red 83 ◦ green 136 ◦ blue 151

#538897
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Blue #538897

Tints of Hippie Blue #538897

RGB

 RED value IS 83 (32.81% from 255) = 22.43%

 GREEN value IS 136 (53.52% from 255) = 36.76%

 BLUE value IS 151 (59.38% from 255) = 40.81%

R = 22.43%
G = 36.76%
B = 40.81%

CMYK

 C value IS 0.45

 M value IS 0.10

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#538897 (or 0x538897) is known color: Hippie Blue. HEX triplet: 53, 88 and 97. RGB value is (83,136,151). Sum of RGB (Red+Green+Blue) = 83+136+151=370 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.43% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 151 (59.38% from 255 or 40.81% from 370); Max value from RGB is 151 - color contains mainly: blue. Hex color #538897 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538897 is #AC7768. Grayscale: #797979. Windows color (decimal): -11302761 or 9930835. OLE color: 9930835.

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

Color convert

RGB 83 136 151 -
CMYK 0.45 0.10 0 0.41
HSL 193.24º 0.29% 0.46% -
HSV(B) 193.24º 0.45% 0.59% -
XYZ 17.96 21.68 32.52 -
YUV 121.86 144.44 100.28 -
System Red Green Blue C M Y K H S L
Decimal 83 136 151 0.45 0.10 0 0.41 193.24 0.29 0.46
Hex 53 88 97 2D A 0 29 C1 1D 2E
Octal 123 210 227 55 12 0 51 301 35 56
Binary 1010011 10001000 10010111 101101 1010 0 101001 11000001 11101 101110

Color Harmonies of #538897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538897

Black with #538897

Text Example


Text Example

White with #538897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538897; }

 p { color: rgb(83,136,151); }

 H1.HeaderClassName
 {
   color: #538897;
 }
 .AnyTagClassName
 {
   color: #538897;
 }
</style>

background-color css

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

 a { background-color: rgb(83,136,151); }

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

border-color css

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

 span { border-color: rgb(83,136,151); }

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