Html Css Color HEX #555399 Governor Bay

📋 copy color: '#555399'

red 85 ◦ green 83 ◦ blue 153

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

Shades of Governor Bay #555399

Tints of Governor Bay #555399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 47.66%

R = 26.48%
G = 25.86%
B = 47.66%

CMYK

 C value IS 0.44

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#555399 (or 0x555399) is known color: Governor Bay. HEX triplet: 55, 53 and 99. RGB value is (85,83,153). Sum of RGB (Red+Green+Blue) = 85+83+153=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #555399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #555399 is #AAAC66. Grayscale: #5B5B5B. Windows color (decimal): -11185255 or 10048341. OLE color: 10048341.

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

Color convert

RGB 85 83 153 -
CMYK 0.44 0.46 0 0.4
HSL 241.71º 0.3% 0.46% -
HSV(B) 241.71º 0.46% 0.6% -
XYZ 12.59 10.42 31.48 -
YUV 91.58 162.66 123.31 -
System Red Green Blue C M Y K H S L
Decimal 85 83 153 0.44 0.46 0 0.4 241.71 0.3 0.46
Hex 55 53 99 2C 2E 0 28 F2 1E 2E
Octal 125 123 231 54 56 0 50 362 36 56
Binary 1010101 1010011 10011001 101100 101110 0 101000 11110010 11110 101110

Color Harmonies of #555399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555399

Black with #555399

Text Example


Text Example

White with #555399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555399; }

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

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

background-color css

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

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

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

border-color css

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

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

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