Html Css Color HEX #565699 Governor Bay

📋 copy color: '#565699'

red 86 ◦ green 86 ◦ blue 153

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

Shades of Governor Bay #565699

Tints of Governor Bay #565699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.46%

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

R = 26.46%
G = 26.46%
B = 47.08%

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

#565699 (or 0x565699) is known color: Governor Bay. HEX triplet: 56, 56 and 99. RGB value is (86,86,153). Sum of RGB (Red+Green+Blue) = 86+86+153=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 86 (33.98% from 255 or 26.46% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #565699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565699 is #A9A966. Grayscale: #5D5D5D. Windows color (decimal): -11118951 or 10049110. OLE color: 10049110.

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

Color convert

RGB 86 86 153 -
CMYK 0.44 0.44 0 0.4
HSL 240º 0.28% 0.47% -
HSV(B) 240º 0.44% 0.6% -
XYZ 12.92 10.93 31.57 -
YUV 93.64 161.5 122.55 -
System Red Green Blue C M Y K H S L
Decimal 86 86 153 0.44 0.44 0 0.4 240 0.28 0.47
Hex 56 56 99 2C 2C 0 28 F0 1C 2F
Octal 126 126 231 54 54 0 50 360 34 57
Binary 1010110 1010110 10011001 101100 101100 0 101000 11110000 11100 101111

Color Harmonies of #565699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565699

Black with #565699

Text Example


Text Example

White with #565699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565699; }

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

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

background-color css

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

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

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

border-color css

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

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

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