Html Css Color HEX #565599 Governor Bay

📋 copy color: '#565599'

red 86 ◦ green 85 ◦ blue 153

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

Shades of Governor Bay #565599

Tints of Governor Bay #565599

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.23%

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

R = 26.54%
G = 26.23%
B = 47.22%

CMYK

 C value IS 0.44

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#565599 (or 0x565599) is known color: Governor Bay. HEX triplet: 56, 55 and 99. RGB value is (86,85,153). Sum of RGB (Red+Green+Blue) = 86+85+153=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #565599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565599 is #A9AA66. Grayscale: #5C5C5C. Windows color (decimal): -11119207 or 10048854. OLE color: 10048854.

HSL color Cylindrical-coordinate representation of color #565599: hue angle of 240.88º degrees, saturation: 0.29, 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 #565599 is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 85 153 -
CMYK 0.44 0.44 0 0.4
HSL 240.88º 0.29% 0.47% -
HSV(B) 240.88º 0.44% 0.6% -
XYZ 12.84 10.78 31.54 -
YUV 93.05 161.83 122.97 -
System Red Green Blue C M Y K H S L
Decimal 86 85 153 0.44 0.44 0 0.4 240.88 0.29 0.47
Hex 56 55 99 2C 2C 0 28 F1 1D 2F
Octal 126 125 231 54 54 0 50 361 35 57
Binary 1010110 1010101 10011001 101100 101100 0 101000 11110001 11101 101111

Color Harmonies of #565599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565599

Black with #565599

Text Example


Text Example

White with #565599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565599; }

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

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

background-color css

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

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

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

border-color css

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

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

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