Html Css Color HEX #566099 Governor Bay

📋 copy color: '#566099'

red 86 ◦ green 96 ◦ blue 153

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

Shades of Governor Bay #566099

Tints of Governor Bay #566099

RGB

 RED value IS 86 (33.98% from 255) = 25.67%

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

 BLUE value IS 153 (60.16% from 255) = 45.67%

R = 25.67%
G = 28.66%
B = 45.67%

CMYK

 C value IS 0.44

 M value IS 0.37

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#566099 (or 0x566099) is known color: Governor Bay. HEX triplet: 56, 60 and 99. RGB value is (86,96,153). Sum of RGB (Red+Green+Blue) = 86+96+153=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #566099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566099 is #A99F66. Grayscale: #636363. Windows color (decimal): -11116391 or 10051670. OLE color: 10051670.

HSL color Cylindrical-coordinate representation of color #566099: hue angle of 231.04º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #566099 is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 96 153 -
CMYK 0.44 0.37 0 0.4
HSL 231.04º 0.28% 0.47% -
HSV(B) 231.04º 0.44% 0.6% -
XYZ 13.77 12.64 31.85 -
YUV 99.51 158.19 118.37 -
System Red Green Blue C M Y K H S L
Decimal 86 96 153 0.44 0.37 0 0.4 231.04 0.28 0.47
Hex 56 60 99 2C 25 0 28 E7 1C 2F
Octal 126 140 231 54 45 0 50 347 34 57
Binary 1010110 1100000 10011001 101100 100101 0 101000 11100111 11100 101111

Color Harmonies of #566099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566099

Black with #566099

Text Example


Text Example

White with #566099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566099; }

 p { color: rgb(86,96,153); }

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

background-color css

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

 a { background-color: rgb(86,96,153); }

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

border-color css

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

 span { border-color: rgb(86,96,153); }

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