Html Css Color HEX #556296 Governor Bay

📋 copy color: '#556296'

red 85 ◦ green 98 ◦ blue 150

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

Shades of Governor Bay #556296

Tints of Governor Bay #556296

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.43%

 BLUE value IS 150 (58.98% from 255) = 45.05%

R = 25.53%
G = 29.43%
B = 45.05%

CMYK

 C value IS 0.43

 M value IS 0.35

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#556296 (or 0x556296) is known color: Governor Bay. HEX triplet: 55, 62 and 96. RGB value is (85,98,150). Sum of RGB (Red+Green+Blue) = 85+98+150=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #556296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556296 is #AA9D69. Grayscale: #636363. Windows color (decimal): -11181418 or 9855573. OLE color: 9855573.

HSL color Cylindrical-coordinate representation of color #556296: hue angle of 228º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #556296 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 98 150 -
CMYK 0.43 0.35 0 0.41
HSL 228º 0.28% 0.46% -
HSV(B) 228º 0.43% 0.59% -
XYZ 13.62 12.87 30.62 -
YUV 100.04 156.19 117.27 -
System Red Green Blue C M Y K H S L
Decimal 85 98 150 0.43 0.35 0 0.41 228 0.28 0.46
Hex 55 62 96 2B 23 0 29 E4 1C 2E
Octal 125 142 226 53 43 0 51 344 34 56
Binary 1010101 1100010 10010110 101011 100011 0 101001 11100100 11100 101110

Color Harmonies of #556296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556296

Black with #556296

Text Example


Text Example

White with #556296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556296; }

 p { color: rgb(85,98,150); }

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

background-color css

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

 a { background-color: rgb(85,98,150); }

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

border-color css

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

 span { border-color: rgb(85,98,150); }

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