Html Css Color HEX #55529F Governor Bay

📋 copy color: '#55529F'

red 85 ◦ green 82 ◦ blue 159

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

Shades of Governor Bay #55529F

Tints of Governor Bay #55529F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.15%

 BLUE value IS 159 (62.5% from 255) = 48.77%

R = 26.07%
G = 25.15%
B = 48.77%

CMYK

 C value IS 0.47

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55529F (or 0x55529F) is known color: Governor Bay. HEX triplet: 55, 52 and 9F. RGB value is (85,82,159). Sum of RGB (Red+Green+Blue) = 85+82+159=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #55529F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55529F is #AAAD60. Grayscale: #5B5B5B. Windows color (decimal): -11185505 or 10441301. OLE color: 10441301.

HSL color Cylindrical-coordinate representation of color #55529F: hue angle of 242.34º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55529F is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 82 159 -
CMYK 0.47 0.48 0 0.38
HSL 242.34º 0.32% 0.47% -
HSV(B) 242.34º 0.48% 0.62% -
XYZ 13.02 10.47 34.14 -
YUV 91.68 165.99 123.24 -
System Red Green Blue C M Y K H S L
Decimal 85 82 159 0.47 0.48 0 0.38 242.34 0.32 0.47
Hex 55 52 9F 2F 30 0 26 F2 20 2F
Octal 125 122 237 57 60 0 46 362 40 57
Binary 1010101 1010010 10011111 101111 110000 0 100110 11110010 100000 101111

Color Harmonies of #55529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55529F

Black with #55529F

Text Example


Text Example

White with #55529F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55529F; }

 p { color: rgb(85,82,159); }

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

background-color css

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

 a { background-color: rgb(85,82,159); }

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

border-color css

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

 span { border-color: rgb(85,82,159); }

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