Html Css Color HEX #565499 Governor Bay

📋 copy color: '#565499'

red 86 ◦ green 84 ◦ blue 153

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

Shades of Governor Bay #565499

Tints of Governor Bay #565499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.01%

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

R = 26.63%
G = 26.01%
B = 47.37%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#565499 (or 0x565499) is known color: Governor Bay. HEX triplet: 56, 54 and 99. RGB value is (86,84,153). Sum of RGB (Red+Green+Blue) = 86+84+153=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 153 (60.16% from 255 or 47.37% from 323); Max value from RGB is 153 - color contains mainly: blue. Hex color #565499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565499 is #A9AB66. Grayscale: #5C5C5C. Windows color (decimal): -11119463 or 10048598. OLE color: 10048598.

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

Color convert

RGB 86 84 153 -
CMYK 0.44 0.45 0 0.4
HSL 241.74º 0.29% 0.46% -
HSV(B) 241.74º 0.45% 0.6% -
XYZ 12.76 10.62 31.51 -
YUV 92.46 162.16 123.39 -
System Red Green Blue C M Y K H S L
Decimal 86 84 153 0.44 0.45 0 0.4 241.74 0.29 0.46
Hex 56 54 99 2C 2D 0 28 F2 1D 2E
Octal 126 124 231 54 55 0 50 362 35 56
Binary 1010110 1010100 10011001 101100 101101 0 101000 11110010 11101 101110

Color Harmonies of #565499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565499

Black with #565499

Text Example


Text Example

White with #565499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565499; }

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

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

background-color css

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

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

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

border-color css

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

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

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