Html Css Color HEX #556298 Governor Bay

📋 copy color: '#556298'

red 85 ◦ green 98 ◦ blue 152

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

Shades of Governor Bay #556298

Tints of Governor Bay #556298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 45.37%

R = 25.37%
G = 29.25%
B = 45.37%

CMYK

 C value IS 0.44

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#556298 (or 0x556298) is known color: Governor Bay. HEX triplet: 55, 62 and 98. RGB value is (85,98,152). Sum of RGB (Red+Green+Blue) = 85+98+152=335 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.37% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 152 - color contains mainly: blue. Hex color #556298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556298 is #AA9D67. Grayscale: #646464. Windows color (decimal): -11181416 or 9986645. OLE color: 9986645.

HSL color Cylindrical-coordinate representation of color #556298: hue angle of 228.36º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #556298 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 98 152 -
CMYK 0.44 0.36 0 0.40
HSL 228.36º 0.28% 0.46% -
HSV(B) 228.36º 0.44% 0.6% -
XYZ 13.78 12.93 31.48 -
YUV 100.27 157.19 117.11 -
System Red Green Blue C M Y K H S L
Decimal 85 98 152 0.44 0.36 0 0.40 228.36 0.28 0.46
Hex 55 62 98 2C 24 0 28 E4 1C 2E
Octal 125 142 230 54 44 0 50 344 34 56
Binary 1010101 1100010 10011000 101100 100100 0 101000 11100100 11100 101110

Color Harmonies of #556298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556298

Black with #556298

Text Example


Text Example

White with #556298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556298; }

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

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

background-color css

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

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

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

border-color css

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

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

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