Html Css Color HEX #55668A Kashmir Blue

📋 copy color: '#55668A'

red 85 ◦ green 102 ◦ blue 138

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

Shades of Kashmir Blue #55668A

Tints of Kashmir Blue #55668A

RGB

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

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

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

R = 26.15%
G = 31.38%
B = 42.46%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#55668A (or 0x55668A) is known color: Kashmir Blue. HEX triplet: 55, 66 and 8A. RGB value is (85,102,138). Sum of RGB (Red+Green+Blue) = 85+102+138=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 138 - color contains mainly: blue. Hex color #55668A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55668A is #AA9975. Grayscale: #646464. Windows color (decimal): -11180406 or 9070165. OLE color: 9070165.

HSL color Cylindrical-coordinate representation of color #55668A: hue angle of 220.75º 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 #55668A is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 102 138 -
CMYK 0.38 0.26 0 0.46
HSL 220.75º 0.24% 0.44% -
HSV(B) 220.75º 0.38% 0.54% -
XYZ 13.09 13.27 25.92 -
YUV 101.02 148.87 116.57 -
System Red Green Blue C M Y K H S L
Decimal 85 102 138 0.38 0.26 0 0.46 220.75 0.24 0.44
Hex 55 66 8A 26 1A 0 2E DD 18 2C
Octal 125 146 212 46 32 0 56 335 30 54
Binary 1010101 1100110 10001010 100110 11010 0 101110 11011101 11000 101100

Color Harmonies of #55668A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55668A

Black with #55668A

Text Example


Text Example

White with #55668A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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