Html Css Color HEX #55528D Governor Bay

📋 copy color: '#55528D'

red 85 ◦ green 82 ◦ blue 141

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

Shades of Governor Bay #55528D

Tints of Governor Bay #55528D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.78%

R = 27.6%
G = 26.62%
B = 45.78%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55528D (or 0x55528D) is known color: Governor Bay. HEX triplet: 55, 52 and 8D. RGB value is (85,82,141). Sum of RGB (Red+Green+Blue) = 85+82+141=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #55528D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55528D is #AAAD72. Grayscale: #595959. Windows color (decimal): -11185523 or 9261653. OLE color: 9261653.

HSL color Cylindrical-coordinate representation of color #55528D: hue angle of 243.05º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55528D is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 82 141 -
CMYK 0.40 0.42 0 0.45
HSL 243.05º 0.26% 0.44% -
HSV(B) 243.05º 0.42% 0.55% -
XYZ 11.57 9.89 26.5 -
YUV 89.62 156.99 124.7 -
System Red Green Blue C M Y K H S L
Decimal 85 82 141 0.40 0.42 0 0.45 243.05 0.26 0.44
Hex 55 52 8D 28 2A 0 2D F3 1A 2C
Octal 125 122 215 50 52 0 55 363 32 54
Binary 1010101 1010010 10001101 101000 101010 0 101101 11110011 11010 101100

Color Harmonies of #55528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55528D

Black with #55528D

Text Example


Text Example

White with #55528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55528D; }

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

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

background-color css

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

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

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

border-color css

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

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

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