Html Css Color HEX #556090 Governor Bay

📋 copy color: '#556090'

red 85 ◦ green 96 ◦ blue 144

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

Shades of Governor Bay #556090

Tints of Governor Bay #556090

RGB

 RED value IS 85 (33.59% from 255) = 26.15%

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

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

R = 26.15%
G = 29.54%
B = 44.31%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#556090 (or 0x556090) is known color: Governor Bay. HEX triplet: 55, 60 and 90. RGB value is (85,96,144). Sum of RGB (Red+Green+Blue) = 85+96+144=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #556090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556090 is #AA9F6F. Grayscale: #616161. Windows color (decimal): -11181936 or 9461845. OLE color: 9461845.

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

Color convert

RGB 85 96 144 -
CMYK 0.41 0.33 0 0.44
HSL 228.81º 0.26% 0.45% -
HSV(B) 228.81º 0.41% 0.56% -
XYZ 12.96 12.31 28.08 -
YUV 98.18 153.86 118.6 -
System Red Green Blue C M Y K H S L
Decimal 85 96 144 0.41 0.33 0 0.44 228.81 0.26 0.45
Hex 55 60 90 29 21 0 2C E5 1A 2D
Octal 125 140 220 51 41 0 54 345 32 55
Binary 1010101 1100000 10010000 101001 100001 0 101100 11100101 11010 101101

Color Harmonies of #556090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556090

Black with #556090

Text Example


Text Example

White with #556090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556090; }

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

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

background-color css

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

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

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

border-color css

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

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

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