Html Css Color HEX #565F99 Governor Bay

📋 copy color: '#565F99'

red 86 ◦ green 95 ◦ blue 153

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

Shades of Governor Bay #565F99

Tints of Governor Bay #565F99

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.44%

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

R = 25.75%
G = 28.44%
B = 45.81%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#565F99 (or 0x565F99) is known color: Governor Bay. HEX triplet: 56, 5F and 99. RGB value is (86,95,153). Sum of RGB (Red+Green+Blue) = 86+95+153=334 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.75% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #565F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565F99 is #A9A066. Grayscale: #626262. Windows color (decimal): -11116647 or 10051414. OLE color: 10051414.

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

Color convert

RGB 86 95 153 -
CMYK 0.44 0.38 0 0.4
HSL 231.94º 0.28% 0.47% -
HSV(B) 231.94º 0.44% 0.6% -
XYZ 13.68 12.46 31.82 -
YUV 98.92 158.52 118.78 -
System Red Green Blue C M Y K H S L
Decimal 86 95 153 0.44 0.38 0 0.4 231.94 0.28 0.47
Hex 56 5F 99 2C 26 0 28 E8 1C 2F
Octal 126 137 231 54 46 0 50 350 34 57
Binary 1010110 1011111 10011001 101100 100110 0 101000 11101000 11100 101111

Color Harmonies of #565F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565F99

Black with #565F99

Text Example


Text Example

White with #565F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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