Html Css Color HEX #55538C Governor Bay

📋 copy color: '#55538C'

red 85 ◦ green 83 ◦ blue 140

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

Shades of Governor Bay #55538C

Tints of Governor Bay #55538C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.45%

R = 27.6%
G = 26.95%
B = 45.45%

CMYK

 C value IS 0.39

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55538C (or 0x55538C) is known color: Governor Bay. HEX triplet: 55, 53 and 8C. RGB value is (85,83,140). Sum of RGB (Red+Green+Blue) = 85+83+140=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #55538C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55538C is #AAAC73. Grayscale: #595959. Windows color (decimal): -11185268 or 9196373. OLE color: 9196373.

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

Color convert

RGB 85 83 140 -
CMYK 0.39 0.41 0 0.45
HSL 242.11º 0.26% 0.44% -
HSV(B) 242.11º 0.41% 0.55% -
XYZ 11.57 10.01 26.13 -
YUV 90.1 156.16 124.37 -
System Red Green Blue C M Y K H S L
Decimal 85 83 140 0.39 0.41 0 0.45 242.11 0.26 0.44
Hex 55 53 8C 27 29 0 2D F2 1A 2C
Octal 125 123 214 47 51 0 55 362 32 54
Binary 1010101 1010011 10001100 100111 101001 0 101101 11110010 11010 101100

Color Harmonies of #55538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55538C

Black with #55538C

Text Example


Text Example

White with #55538C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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