Html Css Color HEX #55529B Governor Bay

📋 copy color: '#55529B'

red 85 ◦ green 82 ◦ blue 155

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

Shades of Governor Bay #55529B

Tints of Governor Bay #55529B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 48.14%

R = 26.4%
G = 25.47%
B = 48.14%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55529B (or 0x55529B) is known color: Governor Bay. HEX triplet: 55, 52 and 9B. RGB value is (85,82,155). Sum of RGB (Red+Green+Blue) = 85+82+155=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #55529B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55529B is #AAAD64. Grayscale: #5A5A5A. Windows color (decimal): -11185509 or 10179157. OLE color: 10179157.

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

Color convert

RGB 85 82 155 -
CMYK 0.45 0.47 0 0.39
HSL 242.47º 0.31% 0.46% -
HSV(B) 242.47º 0.47% 0.61% -
XYZ 12.68 10.33 32.34 -
YUV 91.22 163.99 123.56 -
System Red Green Blue C M Y K H S L
Decimal 85 82 155 0.45 0.47 0 0.39 242.47 0.31 0.46
Hex 55 52 9B 2D 2F 0 27 F2 1F 2E
Octal 125 122 233 55 57 0 47 362 37 56
Binary 1010101 1010010 10011011 101101 101111 0 100111 11110010 11111 101110

Color Harmonies of #55529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55529B

Black with #55529B

Text Example


Text Example

White with #55529B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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