Html Css Color HEX #55639E Governor Bay

📋 copy color: '#55639E'

red 85 ◦ green 99 ◦ blue 158

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

Shades of Governor Bay #55639E

Tints of Governor Bay #55639E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.95%

 BLUE value IS 158 (62.11% from 255) = 46.2%

R = 24.85%
G = 28.95%
B = 46.2%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55639E (or 0x55639E) is known color: Governor Bay. HEX triplet: 55, 63 and 9E. RGB value is (85,99,158). Sum of RGB (Red+Green+Blue) = 85+99+158=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 158 (62.11% from 255 or 46.20% from 342); Max value from RGB is 158 - color contains mainly: blue. Hex color #55639E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55639E is #AA9C61. Grayscale: #656565. Windows color (decimal): -11181154 or 10380117. OLE color: 10380117.

HSL color Cylindrical-coordinate representation of color #55639E: hue angle of 228.49º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55639E is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 99 158 -
CMYK 0.46 0.37 0 0.38
HSL 228.49º 0.3% 0.48% -
HSV(B) 228.49º 0.46% 0.62% -
XYZ 14.38 13.32 34.16 -
YUV 101.54 159.86 116.2 -
System Red Green Blue C M Y K H S L
Decimal 85 99 158 0.46 0.37 0 0.38 228.49 0.3 0.48
Hex 55 63 9E 2E 25 0 26 E4 1E 30
Octal 125 143 236 56 45 0 46 344 36 60
Binary 1010101 1100011 10011110 101110 100101 0 100110 11100100 11110 110000

Color Harmonies of #55639E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55639E

Black with #55639E

Text Example


Text Example

White with #55639E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55639E; }

 p { color: rgb(85,99,158); }

 H1.HeaderClassName
 {
   color: #55639E;
 }
 .AnyTagClassName
 {
   color: #55639E;
 }
</style>

background-color css

<style>
 a { background-color: #55639E; }

 a { background-color: rgb(85,99,158); }

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

border-color css

<style>
 span { border-color: #55639E; }

 span { border-color: rgb(85,99,158); }

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