Html Css Color HEX #565D89 Governor Bay

📋 copy color: '#565D89'

red 86 ◦ green 93 ◦ blue 137

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

Shades of Governor Bay #565D89

Tints of Governor Bay #565D89

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.43%

 BLUE value IS 137 (53.91% from 255) = 43.35%

R = 27.22%
G = 29.43%
B = 43.35%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#565D89 (or 0x565D89) is known color: Governor Bay. HEX triplet: 56, 5D and 89. RGB value is (86,93,137). Sum of RGB (Red+Green+Blue) = 86+93+137=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 137 - color contains mainly: blue. Hex color #565D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565D89 is #A9A276. Grayscale: #5F5F5F. Windows color (decimal): -11117175 or 9002326. OLE color: 9002326.

HSL color Cylindrical-coordinate representation of color #565D89: hue angle of 231.76º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #565D89 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 86 93 137 -
CMYK 0.37 0.32 0 0.46
HSL 231.76º 0.23% 0.44% -
HSV(B) 231.76º 0.37% 0.54% -
XYZ 12.27 11.61 25.26 -
YUV 95.92 151.18 120.92 -
System Red Green Blue C M Y K H S L
Decimal 86 93 137 0.37 0.32 0 0.46 231.76 0.23 0.44
Hex 56 5D 89 25 20 0 2E E8 17 2C
Octal 126 135 211 45 40 0 56 350 27 54
Binary 1010110 1011101 10001001 100101 100000 0 101110 11101000 10111 101100

Color Harmonies of #565D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565D89

Black with #565D89

Text Example


Text Example

White with #565D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,93,137); }

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

background-color css

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

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

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

border-color css

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

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

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