Html Css Color HEX #576190 Governor Bay

📋 copy color: '#576190'

red 87 ◦ green 97 ◦ blue 144

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

Shades of Governor Bay #576190

Tints of Governor Bay #576190

RGB

 RED value IS 87 (34.38% from 255) = 26.52%

 GREEN value IS 97 (38.28% from 255) = 29.57%

 BLUE value IS 144 (56.64% from 255) = 43.9%

R = 26.52%
G = 29.57%
B = 43.9%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#576190 (or 0x576190) is known color: Governor Bay. HEX triplet: 57, 61 and 90. RGB value is (87,97,144). Sum of RGB (Red+Green+Blue) = 87+97+144=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 144 - color contains mainly: blue. Hex color #576190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576190 is #A89E6F. Grayscale: #636363. Windows color (decimal): -11050608 or 9462103. OLE color: 9462103.

HSL color Cylindrical-coordinate representation of color #576190: hue angle of 229.47º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #576190 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 87 97 144 -
CMYK 0.40 0.33 0 0.44
HSL 229.47º 0.25% 0.45% -
HSV(B) 229.47º 0.4% 0.56% -
XYZ 13.24 12.59 28.12 -
YUV 99.37 153.19 119.18 -
System Red Green Blue C M Y K H S L
Decimal 87 97 144 0.40 0.33 0 0.44 229.47 0.25 0.45
Hex 57 61 90 28 21 0 2C E5 19 2D
Octal 127 141 220 50 41 0 54 345 31 55
Binary 1010111 1100001 10010000 101000 100001 0 101100 11100101 11001 101101

Color Harmonies of #576190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576190

Black with #576190

Text Example


Text Example

White with #576190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576190; }

 p { color: rgb(87,97,144); }

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

background-color css

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

 a { background-color: rgb(87,97,144); }

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

border-color css

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

 span { border-color: rgb(87,97,144); }

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