Html Css Color HEX #55539C Governor Bay

📋 copy color: '#55539C'

red 85 ◦ green 83 ◦ blue 156

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

Shades of Governor Bay #55539C

Tints of Governor Bay #55539C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.15%

R = 26.23%
G = 25.62%
B = 48.15%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55539C (or 0x55539C) is known color: Governor Bay. HEX triplet: 55, 53 and 9C. RGB value is (85,83,156). Sum of RGB (Red+Green+Blue) = 85+83+156=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #55539C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55539C is #AAAC63. Grayscale: #5B5B5B. Windows color (decimal): -11185252 or 10244949. OLE color: 10244949.

HSL color Cylindrical-coordinate representation of color #55539C: hue angle of 241.64º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55539C is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 83 156 -
CMYK 0.46 0.47 0 0.39
HSL 241.64º 0.31% 0.47% -
HSV(B) 241.64º 0.47% 0.61% -
XYZ 12.84 10.52 32.81 -
YUV 91.92 164.16 123.06 -
System Red Green Blue C M Y K H S L
Decimal 85 83 156 0.46 0.47 0 0.39 241.64 0.31 0.47
Hex 55 53 9C 2E 2F 0 27 F2 1F 2F
Octal 125 123 234 56 57 0 47 362 37 57
Binary 1010101 1010011 10011100 101110 101111 0 100111 11110010 11111 101111

Color Harmonies of #55539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55539C

Black with #55539C

Text Example


Text Example

White with #55539C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55539C; }

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

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

background-color css

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

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

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

border-color css

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

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

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