Html Css Color HEX #565390 Governor Bay

📋 copy color: '#565390'

red 86 ◦ green 83 ◦ blue 144

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

Shades of Governor Bay #565390

Tints of Governor Bay #565390

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.52%

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

R = 27.48%
G = 26.52%
B = 46.01%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#565390 (or 0x565390) is known color: Governor Bay. HEX triplet: 56, 53 and 90. RGB value is (86,83,144). Sum of RGB (Red+Green+Blue) = 86+83+144=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #565390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #565390 is #A9AC6F. Grayscale: #5A5A5A. Windows color (decimal): -11119728 or 9458518. OLE color: 9458518.

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

Color convert

RGB 86 83 144 -
CMYK 0.40 0.42 0 0.44
HSL 242.95º 0.27% 0.45% -
HSV(B) 242.95º 0.42% 0.56% -
XYZ 11.97 10.18 27.72 -
YUV 90.85 157.99 124.54 -
System Red Green Blue C M Y K H S L
Decimal 86 83 144 0.40 0.42 0 0.44 242.95 0.27 0.45
Hex 56 53 90 28 2A 0 2C F3 1B 2D
Octal 126 123 220 50 52 0 54 363 33 55
Binary 1010110 1010011 10010000 101000 101010 0 101100 11110011 11011 101101

Color Harmonies of #565390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565390

Black with #565390

Text Example


Text Example

White with #565390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565390; }

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

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

background-color css

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

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

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

border-color css

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

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

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