Html Css Color HEX #565C89 Governor Bay

📋 copy color: '#565C89'

red 86 ◦ green 92 ◦ blue 137

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

Shades of Governor Bay #565C89

Tints of Governor Bay #565C89

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.21%

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

R = 27.3%
G = 29.21%
B = 43.49%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#565C89 (or 0x565C89) is known color: Governor Bay. HEX triplet: 56, 5C and 89. RGB value is (86,92,137). Sum of RGB (Red+Green+Blue) = 86+92+137=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 137 - color contains mainly: blue. Hex color #565C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565C89 is #A9A376. Grayscale: #5F5F5F. Windows color (decimal): -11117431 or 9002070. OLE color: 9002070.

HSL color Cylindrical-coordinate representation of color #565C89: hue angle of 232.94º 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 #565C89 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 86 92 137 -
CMYK 0.37 0.33 0 0.46
HSL 232.94º 0.23% 0.44% -
HSV(B) 232.94º 0.37% 0.54% -
XYZ 12.18 11.44 25.23 -
YUV 95.34 151.51 121.34 -
System Red Green Blue C M Y K H S L
Decimal 86 92 137 0.37 0.33 0 0.46 232.94 0.23 0.44
Hex 56 5C 89 25 21 0 2E E9 17 2C
Octal 126 134 211 45 41 0 56 351 27 54
Binary 1010110 1011100 10001001 100101 100001 0 101110 11101001 10111 101100

Color Harmonies of #565C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565C89

Black with #565C89

Text Example


Text Example

White with #565C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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