Html Css Color HEX #555393 Governor Bay

📋 copy color: '#555393'

red 85 ◦ green 83 ◦ blue 147

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

Shades of Governor Bay #555393

Tints of Governor Bay #555393

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.35%

 BLUE value IS 147 (57.81% from 255) = 46.67%

R = 26.98%
G = 26.35%
B = 46.67%

CMYK

 C value IS 0.42

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#555393 (or 0x555393) is known color: Governor Bay. HEX triplet: 55, 53 and 93. RGB value is (85,83,147). Sum of RGB (Red+Green+Blue) = 85+83+147=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 147 (57.81% from 255 or 46.67% from 315); Max value from RGB is 147 - color contains mainly: blue. Hex color #555393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555393 is #AAAC6C. Grayscale: #5A5A5A. Windows color (decimal): -11185261 or 9655125. OLE color: 9655125.

HSL color Cylindrical-coordinate representation of color #555393: hue angle of 241.88º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #555393 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 83 147 -
CMYK 0.42 0.44 0 0.42
HSL 241.88º 0.28% 0.45% -
HSV(B) 241.88º 0.44% 0.58% -
XYZ 12.11 10.22 28.94 -
YUV 90.89 159.66 123.8 -
System Red Green Blue C M Y K H S L
Decimal 85 83 147 0.42 0.44 0 0.42 241.88 0.28 0.45
Hex 55 53 93 2A 2C 0 2A F2 1C 2D
Octal 125 123 223 52 54 0 52 362 34 55
Binary 1010101 1010011 10010011 101010 101100 0 101010 11110010 11100 101101

Color Harmonies of #555393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555393

Black with #555393

Text Example


Text Example

White with #555393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555393; }

 p { color: rgb(85,83,147); }

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

background-color css

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

 a { background-color: rgb(85,83,147); }

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

border-color css

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

 span { border-color: rgb(85,83,147); }

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