Html Css Color HEX #565790 Governor Bay

📋 copy color: '#565790'

red 86 ◦ green 87 ◦ blue 144

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

Shades of Governor Bay #565790

Tints of Governor Bay #565790

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.44%

 BLUE value IS 144 (56.64% from 255) = 45.43%

R = 27.13%
G = 27.44%
B = 45.43%

CMYK

 C value IS 0.40

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#565790 (or 0x565790) is known color: Governor Bay. HEX triplet: 56, 57 and 90. RGB value is (86,87,144). Sum of RGB (Red+Green+Blue) = 86+87+144=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #565790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565790 is #A9A86F. Grayscale: #5C5C5C. Windows color (decimal): -11118704 or 9459542. OLE color: 9459542.

HSL color Cylindrical-coordinate representation of color #565790: hue angle of 238.97º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #565790 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 87 144 -
CMYK 0.40 0.40 0 0.44
HSL 238.97º 0.25% 0.45% -
HSV(B) 238.97º 0.4% 0.56% -
XYZ 12.28 10.81 27.82 -
YUV 93.2 156.67 122.87 -
System Red Green Blue C M Y K H S L
Decimal 86 87 144 0.40 0.40 0 0.44 238.97 0.25 0.45
Hex 56 57 90 28 28 0 2C EF 19 2D
Octal 126 127 220 50 50 0 54 357 31 55
Binary 1010110 1010111 10010000 101000 101000 0 101100 11101111 11001 101101

Color Harmonies of #565790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565790

Black with #565790

Text Example


Text Example

White with #565790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565790; }

 p { color: rgb(86,87,144); }

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

background-color css

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

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

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

border-color css

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

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

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