Html Css Color HEX #576094 Governor Bay

📋 copy color: '#576094'

red 87 ◦ green 96 ◦ blue 148

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

Shades of Governor Bay #576094

Tints of Governor Bay #576094

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29%

 BLUE value IS 148 (58.2% from 255) = 44.71%

R = 26.28%
G = 29%
B = 44.71%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#576094 (or 0x576094) is known color: Governor Bay. HEX triplet: 57, 60 and 94. RGB value is (87,96,148). Sum of RGB (Red+Green+Blue) = 87+96+148=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #576094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576094 is #A89F6B. Grayscale: #636363. Windows color (decimal): -11050860 or 9723991. OLE color: 9723991.

HSL color Cylindrical-coordinate representation of color #576094: hue angle of 231.15º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #576094 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 87 96 148 -
CMYK 0.41 0.35 0 0.42
HSL 231.15º 0.26% 0.46% -
HSV(B) 231.15º 0.41% 0.58% -
XYZ 13.46 12.53 29.73 -
YUV 99.24 155.52 119.27 -
System Red Green Blue C M Y K H S L
Decimal 87 96 148 0.41 0.35 0 0.42 231.15 0.26 0.46
Hex 57 60 94 29 23 0 2A E7 1A 2E
Octal 127 140 224 51 43 0 52 347 32 56
Binary 1010111 1100000 10010100 101001 100011 0 101010 11100111 11010 101110

Color Harmonies of #576094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576094

Black with #576094

Text Example


Text Example

White with #576094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576094; }

 p { color: rgb(87,96,148); }

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

background-color css

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

 a { background-color: rgb(87,96,148); }

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

border-color css

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

 span { border-color: rgb(87,96,148); }

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