Html Css Color HEX #566090 Governor Bay

📋 copy color: '#566090'

red 86 ◦ green 96 ◦ blue 144

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

Shades of Governor Bay #566090

Tints of Governor Bay #566090

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.45%

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

R = 26.38%
G = 29.45%
B = 44.17%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#566090 (or 0x566090) is known color: Governor Bay. HEX triplet: 56, 60 and 90. RGB value is (86,96,144). Sum of RGB (Red+Green+Blue) = 86+96+144=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #566090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566090 is #A99F6F. Grayscale: #626262. Windows color (decimal): -11116400 or 9461846. OLE color: 9461846.

HSL color Cylindrical-coordinate representation of color #566090: hue angle of 229.66º 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 #566090 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 96 144 -
CMYK 0.40 0.33 0 0.44
HSL 229.66º 0.25% 0.45% -
HSV(B) 229.66º 0.4% 0.56% -
XYZ 13.05 12.36 28.08 -
YUV 98.48 153.69 119.1 -
System Red Green Blue C M Y K H S L
Decimal 86 96 144 0.40 0.33 0 0.44 229.66 0.25 0.45
Hex 56 60 90 28 21 0 2C E6 19 2D
Octal 126 140 220 50 41 0 54 346 31 55
Binary 1010110 1100000 10010000 101000 100001 0 101100 11100110 11001 101101

Color Harmonies of #566090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566090

Black with #566090

Text Example


Text Example

White with #566090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566090; }

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

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

background-color css

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

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

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

border-color css

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

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

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