Html Css Color HEX #55658C Kashmir Blue

📋 copy color: '#55658C'

red 85 ◦ green 101 ◦ blue 140

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

Shades of Kashmir Blue #55658C

Tints of Kashmir Blue #55658C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.98%

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

R = 26.07%
G = 30.98%
B = 42.94%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55658C (or 0x55658C) is known color: Kashmir Blue. HEX triplet: 55, 65 and 8C. RGB value is (85,101,140). Sum of RGB (Red+Green+Blue) = 85+101+140=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 140 - color contains mainly: blue. Hex color #55658C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55658C is #AA9A73. Grayscale: #646464. Windows color (decimal): -11180660 or 9200981. OLE color: 9200981.

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

Color convert

RGB 85 101 140 -
CMYK 0.39 0.28 0 0.45
HSL 222.55º 0.24% 0.44% -
HSV(B) 222.55º 0.39% 0.55% -
XYZ 13.13 13.13 26.65 -
YUV 100.66 150.2 116.83 -
System Red Green Blue C M Y K H S L
Decimal 85 101 140 0.39 0.28 0 0.45 222.55 0.24 0.44
Hex 55 65 8C 27 1C 0 2D DF 18 2C
Octal 125 145 214 47 34 0 55 337 30 54
Binary 1010101 1100101 10001100 100111 11100 0 101101 11011111 11000 101100

Color Harmonies of #55658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55658C

Black with #55658C

Text Example


Text Example

White with #55658C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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