Html Css Color HEX #555395 Governor Bay

📋 copy color: '#555395'

red 85 ◦ green 83 ◦ blue 149

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

Shades of Governor Bay #555395

Tints of Governor Bay #555395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47%

R = 26.81%
G = 26.18%
B = 47%

CMYK

 C value IS 0.43

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#555395 (or 0x555395) is known color: Governor Bay. HEX triplet: 55, 53 and 95. RGB value is (85,83,149). Sum of RGB (Red+Green+Blue) = 85+83+149=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #555395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555395 is #AAAC6A. Grayscale: #5A5A5A. Windows color (decimal): -11185259 or 9786197. OLE color: 9786197.

HSL color Cylindrical-coordinate representation of color #555395: hue angle of 241.82º 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 #555395 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 83 149 -
CMYK 0.43 0.44 0 0.42
HSL 241.82º 0.28% 0.45% -
HSV(B) 241.82º 0.44% 0.58% -
XYZ 12.26 10.29 29.77 -
YUV 91.12 160.66 123.63 -
System Red Green Blue C M Y K H S L
Decimal 85 83 149 0.43 0.44 0 0.42 241.82 0.28 0.45
Hex 55 53 95 2B 2C 0 2A F2 1C 2D
Octal 125 123 225 53 54 0 52 362 34 55
Binary 1010101 1010011 10010101 101011 101100 0 101010 11110010 11100 101101

Color Harmonies of #555395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555395

Black with #555395

Text Example


Text Example

White with #555395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555395; }

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

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

background-color css

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

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

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

border-color css

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

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

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