Html Css Color HEX #55538B Governor Bay

📋 copy color: '#55538B'

red 85 ◦ green 83 ◦ blue 139

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

Shades of Governor Bay #55538B

Tints of Governor Bay #55538B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 45.28%

R = 27.69%
G = 27.04%
B = 45.28%

CMYK

 C value IS 0.39

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55538B (or 0x55538B) is known color: Governor Bay. HEX triplet: 55, 53 and 8B. RGB value is (85,83,139). Sum of RGB (Red+Green+Blue) = 85+83+139=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #55538B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55538B is #AAAC74. Grayscale: #595959. Windows color (decimal): -11185269 or 9130837. OLE color: 9130837.

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

Color convert

RGB 85 83 139 -
CMYK 0.39 0.40 0 0.45
HSL 242.14º 0.25% 0.44% -
HSV(B) 242.14º 0.4% 0.55% -
XYZ 11.5 9.98 25.75 -
YUV 89.98 155.66 124.45 -
System Red Green Blue C M Y K H S L
Decimal 85 83 139 0.39 0.40 0 0.45 242.14 0.25 0.44
Hex 55 53 8B 27 28 0 2D F2 19 2C
Octal 125 123 213 47 50 0 55 362 31 54
Binary 1010101 1010011 10001011 100111 101000 0 101101 11110010 11001 101100

Color Harmonies of #55538B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55538B

Black with #55538B

Text Example


Text Example

White with #55538B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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