Html Css Color HEX #55668C Kashmir Blue

📋 copy color: '#55668C'

red 85 ◦ green 102 ◦ blue 140

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

Shades of Kashmir Blue #55668C

Tints of Kashmir Blue #55668C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.19%

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

R = 25.99%
G = 31.19%
B = 42.81%

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

#55668C (or 0x55668C) is known color: Kashmir Blue. HEX triplet: 55, 66 and 8C. RGB value is (85,102,140). Sum of RGB (Red+Green+Blue) = 85+102+140=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 140 - color contains mainly: blue. Hex color #55668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55668C is #AA9973. Grayscale: #656565. Windows color (decimal): -11180404 or 9201237. OLE color: 9201237.

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

Color convert

RGB 85 102 140 -
CMYK 0.39 0.27 0 0.45
HSL 221.45º 0.24% 0.44% -
HSV(B) 221.45º 0.39% 0.55% -
XYZ 13.23 13.33 26.69 -
YUV 101.25 149.87 116.41 -
System Red Green Blue C M Y K H S L
Decimal 85 102 140 0.39 0.27 0 0.45 221.45 0.24 0.44
Hex 55 66 8C 27 1B 0 2D DD 18 2C
Octal 125 146 214 47 33 0 55 335 30 54
Binary 1010101 1100110 10001100 100111 11011 0 101101 11011101 11000 101100

Color Harmonies of #55668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55668C

Black with #55668C

Text Example


Text Example

White with #55668C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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