Html Css Color HEX #565884 Governor Bay

📋 copy color: '#565884'

red 86 ◦ green 88 ◦ blue 132

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

Shades of Governor Bay #565884

Tints of Governor Bay #565884

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.76%

 BLUE value IS 132 (51.95% from 255) = 43.14%

R = 28.1%
G = 28.76%
B = 43.14%

CMYK

 C value IS 0.35

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#565884 (or 0x565884) is known color: Governor Bay. HEX triplet: 56, 58 and 84. RGB value is (86,88,132). Sum of RGB (Red+Green+Blue) = 86+88+132=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 132 - color contains mainly: blue. Hex color #565884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565884 is #A9A77B. Grayscale: #5C5C5C. Windows color (decimal): -11118460 or 8673366. OLE color: 8673366.

HSL color Cylindrical-coordinate representation of color #565884: hue angle of 237.39º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #565884 is Cyan = 0.35, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 86 88 132 -
CMYK 0.35 0.33 0 0.48
HSL 237.39º 0.21% 0.43% -
HSV(B) 237.39º 0.35% 0.52% -
XYZ 11.49 10.62 23.27 -
YUV 92.42 150.34 123.42 -
System Red Green Blue C M Y K H S L
Decimal 86 88 132 0.35 0.33 0 0.48 237.39 0.21 0.43
Hex 56 58 84 23 21 0 30 ED 15 2B
Octal 126 130 204 43 41 0 60 355 25 53
Binary 1010110 1011000 10000100 100011 100001 0 110000 11101101 10101 101011

Color Harmonies of #565884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565884

Black with #565884

Text Example


Text Example

White with #565884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565884; }

 p { color: rgb(86,88,132); }

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

background-color css

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

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

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

border-color css

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

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

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