Html Css Color HEX #55658A Kashmir Blue

📋 copy color: '#55658A'

red 85 ◦ green 101 ◦ blue 138

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

Shades of Kashmir Blue #55658A

Tints of Kashmir Blue #55658A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.59%

R = 26.23%
G = 31.17%
B = 42.59%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#55658A (or 0x55658A) is known color: Kashmir Blue. HEX triplet: 55, 65 and 8A. RGB value is (85,101,138). Sum of RGB (Red+Green+Blue) = 85+101+138=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 138 - color contains mainly: blue. Hex color #55658A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55658A is #AA9A75. Grayscale: #646464. Windows color (decimal): -11180662 or 9069909. OLE color: 9069909.

HSL color Cylindrical-coordinate representation of color #55658A: hue angle of 221.89º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55658A is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 101 138 -
CMYK 0.38 0.27 0 0.46
HSL 221.89º 0.24% 0.44% -
HSV(B) 221.89º 0.38% 0.54% -
XYZ 12.99 13.07 25.88 -
YUV 100.43 149.2 116.99 -
System Red Green Blue C M Y K H S L
Decimal 85 101 138 0.38 0.27 0 0.46 221.89 0.24 0.44
Hex 55 65 8A 26 1B 0 2E DE 18 2C
Octal 125 145 212 46 33 0 56 336 30 54
Binary 1010101 1100101 10001010 100110 11011 0 101110 11011110 11000 101100

Color Harmonies of #55658A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55658A

Black with #55658A

Text Example


Text Example

White with #55658A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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