Html Css Color HEX #555392 Governor Bay

📋 copy color: '#555392'

red 85 ◦ green 83 ◦ blue 146

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

Shades of Governor Bay #555392

Tints of Governor Bay #555392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 46.5%

R = 27.07%
G = 26.43%
B = 46.5%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#555392 (or 0x555392) is known color: Governor Bay. HEX triplet: 55, 53 and 92. RGB value is (85,83,146). Sum of RGB (Red+Green+Blue) = 85+83+146=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #555392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555392 is #AAAC6D. Grayscale: #5A5A5A. Windows color (decimal): -11185262 or 9589589. OLE color: 9589589.

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

Color convert

RGB 85 83 146 -
CMYK 0.42 0.43 0 0.43
HSL 241.9º 0.28% 0.45% -
HSV(B) 241.9º 0.43% 0.57% -
XYZ 12.03 10.19 28.53 -
YUV 90.78 159.16 123.88 -
System Red Green Blue C M Y K H S L
Decimal 85 83 146 0.42 0.43 0 0.43 241.9 0.28 0.45
Hex 55 53 92 2A 2B 0 2B F2 1C 2D
Octal 125 123 222 52 53 0 53 362 34 55
Binary 1010101 1010011 10010010 101010 101011 0 101011 11110010 11100 101101

Color Harmonies of #555392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555392

Black with #555392

Text Example


Text Example

White with #555392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555392; }

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

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

background-color css

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

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

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

border-color css

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

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

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