Html Css Color HEX #55647D Kashmir Blue

📋 copy color: '#55647D'

red 85 ◦ green 100 ◦ blue 125

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

Shades of Kashmir Blue #55647D

Tints of Kashmir Blue #55647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.26%

 BLUE value IS 125 (49.22% from 255) = 40.32%

R = 27.42%
G = 32.26%
B = 40.32%

CMYK

 C value IS 0.32

 M value IS 0.2

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#55647D (or 0x55647D) is known color: Kashmir Blue. HEX triplet: 55, 64 and 7D. RGB value is (85,100,125). Sum of RGB (Red+Green+Blue) = 85+100+125=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 125 - color contains mainly: blue. Hex color #55647D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55647D is #AA9B82. Grayscale: #626262. Windows color (decimal): -11180931 or 8217685. OLE color: 8217685.

HSL color Cylindrical-coordinate representation of color #55647D: hue angle of 217.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #55647D is Cyan = 0.32, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 85 100 125 -
CMYK 0.32 0.2 0 0.51
HSL 217.5º 0.19% 0.41% -
HSV(B) 217.5º 0.32% 0.49% -
XYZ 12.01 12.53 21.19 -
YUV 98.37 143.03 118.47 -
System Red Green Blue C M Y K H S L
Decimal 85 100 125 0.32 0.2 0 0.51 217.5 0.19 0.41
Hex 55 64 7D 20 14 0 33 DA 13 29
Octal 125 144 175 40 24 0 63 332 23 51
Binary 1010101 1100100 1111101 100000 10100 0 110011 11011010 10011 101001

Color Harmonies of #55647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55647D

Black with #55647D

Text Example


Text Example

White with #55647D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,100,125); }

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

background-color css

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

 a { background-color: rgb(85,100,125); }

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

border-color css

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

 span { border-color: rgb(85,100,125); }

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