Html Css Color HEX #555198 Governor Bay

📋 copy color: '#555198'

red 85 ◦ green 81 ◦ blue 152

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

Shades of Governor Bay #555198

Tints of Governor Bay #555198

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.47%

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

R = 26.73%
G = 25.47%
B = 47.8%

CMYK

 C value IS 0.44

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#555198 (or 0x555198) is known color: Governor Bay. HEX triplet: 55, 51 and 98. RGB value is (85,81,152). Sum of RGB (Red+Green+Blue) = 85+81+152=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 152 (59.77% from 255 or 47.80% from 318); Max value from RGB is 152 - color contains mainly: blue. Hex color #555198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555198 is #AAAE67. Grayscale: #5A5A5A. Windows color (decimal): -11185768 or 9982293. OLE color: 9982293.

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

Color convert

RGB 85 81 152 -
CMYK 0.44 0.47 0 0.40
HSL 243.38º 0.3% 0.46% -
HSV(B) 243.38º 0.47% 0.6% -
XYZ 12.36 10.08 31 -
YUV 90.29 162.83 124.23 -
System Red Green Blue C M Y K H S L
Decimal 85 81 152 0.44 0.47 0 0.40 243.38 0.3 0.46
Hex 55 51 98 2C 2F 0 28 F3 1E 2E
Octal 125 121 230 54 57 0 50 363 36 56
Binary 1010101 1010001 10011000 101100 101111 0 101000 11110011 11110 101110

Color Harmonies of #555198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555198

Black with #555198

Text Example


Text Example

White with #555198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555198; }

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

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

background-color css

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

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

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

border-color css

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

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

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