Html Css Color HEX #55658B Kashmir Blue

📋 copy color: '#55658B'

red 85 ◦ green 101 ◦ blue 139

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

Shades of Kashmir Blue #55658B

Tints of Kashmir Blue #55658B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.77%

R = 26.15%
G = 31.08%
B = 42.77%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55658B (or 0x55658B) is known color: Kashmir Blue. HEX triplet: 55, 65 and 8B. RGB value is (85,101,139). Sum of RGB (Red+Green+Blue) = 85+101+139=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #55658B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55658B is #AA9A74. Grayscale: #646464. Windows color (decimal): -11180661 or 9135445. OLE color: 9135445.

HSL color Cylindrical-coordinate representation of color #55658B: hue angle of 222.22º 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 #55658B is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 101 139 -
CMYK 0.39 0.27 0 0.45
HSL 222.22º 0.24% 0.44% -
HSV(B) 222.22º 0.39% 0.55% -
XYZ 13.06 13.1 26.27 -
YUV 100.55 149.7 116.91 -
System Red Green Blue C M Y K H S L
Decimal 85 101 139 0.39 0.27 0 0.45 222.22 0.24 0.44
Hex 55 65 8B 27 1B 0 2D DE 18 2C
Octal 125 145 213 47 33 0 55 336 30 54
Binary 1010101 1100101 10001011 100111 11011 0 101101 11011110 11000 101100

Color Harmonies of #55658B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55658B

Black with #55658B

Text Example


Text Example

White with #55658B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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