Html Css Color HEX #565688 Governor Bay

📋 copy color: '#565688'

red 86 ◦ green 86 ◦ blue 136

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

Shades of Governor Bay #565688

Tints of Governor Bay #565688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 44.16%

R = 27.92%
G = 27.92%
B = 44.16%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#565688 (or 0x565688) is known color: Governor Bay. HEX triplet: 56, 56 and 88. RGB value is (86,86,136). Sum of RGB (Red+Green+Blue) = 86+86+136=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #565688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565688 is #A9A977. Grayscale: #5B5B5B. Windows color (decimal): -11118968 or 8934998. OLE color: 8934998.

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

Color convert

RGB 86 86 136 -
CMYK 0.37 0.37 0 0.47
HSL 240º 0.23% 0.44% -
HSV(B) 240º 0.37% 0.53% -
XYZ 11.61 10.41 24.69 -
YUV 91.7 153 123.93 -
System Red Green Blue C M Y K H S L
Decimal 86 86 136 0.37 0.37 0 0.47 240 0.23 0.44
Hex 56 56 88 25 25 0 2F F0 17 2C
Octal 126 126 210 45 45 0 57 360 27 54
Binary 1010110 1010110 10001000 100101 100101 0 101111 11110000 10111 101100

Color Harmonies of #565688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565688

Black with #565688

Text Example


Text Example

White with #565688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565688; }

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

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

background-color css

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

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

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

border-color css

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

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

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