Html Css Color HEX #55639B Governor Bay

📋 copy color: '#55639B'

red 85 ◦ green 99 ◦ blue 155

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

Shades of Governor Bay #55639B

Tints of Governor Bay #55639B

RGB

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

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

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

R = 25.07%
G = 29.2%
B = 45.72%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55639B (or 0x55639B) is known color: Governor Bay. HEX triplet: 55, 63 and 9B. RGB value is (85,99,155). Sum of RGB (Red+Green+Blue) = 85+99+155=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #55639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55639B is #AA9C64. Grayscale: #646464. Windows color (decimal): -11181157 or 10183509. OLE color: 10183509.

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

Color convert

RGB 85 99 155 -
CMYK 0.45 0.36 0 0.39
HSL 228º 0.29% 0.47% -
HSV(B) 228º 0.45% 0.61% -
XYZ 14.12 13.22 32.82 -
YUV 101.2 158.36 116.45 -
System Red Green Blue C M Y K H S L
Decimal 85 99 155 0.45 0.36 0 0.39 228 0.29 0.47
Hex 55 63 9B 2D 24 0 27 E4 1D 2F
Octal 125 143 233 55 44 0 47 344 35 57
Binary 1010101 1100011 10011011 101101 100100 0 100111 11100100 11101 101111

Color Harmonies of #55639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55639B

Black with #55639B

Text Example


Text Example

White with #55639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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