Html Css Color HEX #576295 Governor Bay

📋 copy color: '#576295'

red 87 ◦ green 98 ◦ blue 149

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

Shades of Governor Bay #576295

Tints of Governor Bay #576295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.34%

 BLUE value IS 149 (58.59% from 255) = 44.61%

R = 26.05%
G = 29.34%
B = 44.61%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#576295 (or 0x576295) is known color: Governor Bay. HEX triplet: 57, 62 and 95. RGB value is (87,98,149). Sum of RGB (Red+Green+Blue) = 87+98+149=334 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.05% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #576295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576295 is #A89D6A. Grayscale: #646464. Windows color (decimal): -11050347 or 9790039. OLE color: 9790039.

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

Color convert

RGB 87 98 149 -
CMYK 0.42 0.34 0 0.42
HSL 229.35º 0.26% 0.46% -
HSV(B) 229.35º 0.42% 0.58% -
XYZ 13.72 12.93 30.21 -
YUV 100.53 155.36 118.35 -
System Red Green Blue C M Y K H S L
Decimal 87 98 149 0.42 0.34 0 0.42 229.35 0.26 0.46
Hex 57 62 95 2A 22 0 2A E5 1A 2E
Octal 127 142 225 52 42 0 52 345 32 56
Binary 1010111 1100010 10010101 101010 100010 0 101010 11100101 11010 101110

Color Harmonies of #576295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576295

Black with #576295

Text Example


Text Example

White with #576295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576295; }

 p { color: rgb(87,98,149); }

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

background-color css

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

 a { background-color: rgb(87,98,149); }

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

border-color css

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

 span { border-color: rgb(87,98,149); }

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