Html Css Color HEX #555D98 Governor Bay

📋 copy color: '#555D98'

red 85 ◦ green 93 ◦ blue 152

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

Shades of Governor Bay #555D98

Tints of Governor Bay #555D98

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.18%

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

R = 25.76%
G = 28.18%
B = 46.06%

CMYK

 C value IS 0.44

 M value IS 0.39

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#555D98 (or 0x555D98) is known color: Governor Bay. HEX triplet: 55, 5D and 98. RGB value is (85,93,152). Sum of RGB (Red+Green+Blue) = 85+93+152=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 152 (59.77% from 255 or 46.06% from 330); Max value from RGB is 152 - color contains mainly: blue. Hex color #555D98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555D98 is #AAA267. Grayscale: #616161. Windows color (decimal): -11182696 or 9985365. OLE color: 9985365.

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

Color convert

RGB 85 93 152 -
CMYK 0.44 0.39 0 0.40
HSL 232.84º 0.28% 0.46% -
HSV(B) 232.84º 0.44% 0.6% -
XYZ 13.33 12.03 31.32 -
YUV 97.33 158.85 119.2 -
System Red Green Blue C M Y K H S L
Decimal 85 93 152 0.44 0.39 0 0.40 232.84 0.28 0.46
Hex 55 5D 98 2C 27 0 28 E9 1C 2E
Octal 125 135 230 54 47 0 50 351 34 56
Binary 1010101 1011101 10011000 101100 100111 0 101000 11101001 11100 101110

Color Harmonies of #555D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555D98

Black with #555D98

Text Example


Text Example

White with #555D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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