Html Css Color HEX #55668B Kashmir Blue

📋 copy color: '#55668B'

red 85 ◦ green 102 ◦ blue 139

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

Shades of Kashmir Blue #55668B

Tints of Kashmir Blue #55668B

RGB

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

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

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

R = 26.07%
G = 31.29%
B = 42.64%

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

#55668B (or 0x55668B) is known color: Kashmir Blue. HEX triplet: 55, 66 and 8B. RGB value is (85,102,139). Sum of RGB (Red+Green+Blue) = 85+102+139=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 102 (40.23% from 255 or 31.29% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #55668B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55668B is #AA9974. Grayscale: #646464. Windows color (decimal): -11180405 or 9135701. OLE color: 9135701.

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

Color convert

RGB 85 102 139 -
CMYK 0.39 0.27 0 0.45
HSL 221.11º 0.24% 0.44% -
HSV(B) 221.11º 0.39% 0.55% -
XYZ 13.16 13.3 26.3 -
YUV 101.14 149.37 116.49 -
System Red Green Blue C M Y K H S L
Decimal 85 102 139 0.39 0.27 0 0.45 221.11 0.24 0.44
Hex 55 66 8B 27 1B 0 2D DD 18 2C
Octal 125 146 213 47 33 0 55 335 30 54
Binary 1010101 1100110 10001011 100111 11011 0 101101 11011101 11000 101100

Color Harmonies of #55668B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55668B

Black with #55668B

Text Example


Text Example

White with #55668B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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