Html Css Color HEX #5A6C8C Kashmir Blue

📋 copy color: '#5A6C8C'

red 90 ◦ green 108 ◦ blue 140

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

Shades of Kashmir Blue #5A6C8C

Tints of Kashmir Blue #5A6C8C

RGB

 RED value IS 90 (35.55% from 255) = 26.63%

 GREEN value IS 108 (42.58% from 255) = 31.95%

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

R = 26.63%
G = 31.95%
B = 41.42%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5A6C8C (or 0x5A6C8C) is known color: Kashmir Blue. HEX triplet: 5A, 6C and 8C. RGB value is (90,108,140). Sum of RGB (Red+Green+Blue) = 90+108+140=338 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.63% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 140 - color contains mainly: blue. Hex color #5A6C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6C8C is #A59373. Grayscale: #6A6A6A. Windows color (decimal): -10851188 or 9202778. OLE color: 9202778.

HSL color Cylindrical-coordinate representation of color #5A6C8C: hue angle of 218.4º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A6C8C is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 90 108 140 -
CMYK 0.36 0.23 0 0.45
HSL 218.4º 0.22% 0.45% -
HSV(B) 218.4º 0.36% 0.55% -
XYZ 14.31 14.79 26.91 -
YUV 106.27 147.04 116.4 -
System Red Green Blue C M Y K H S L
Decimal 90 108 140 0.36 0.23 0 0.45 218.4 0.22 0.45
Hex 5A 6C 8C 24 17 0 2D DA 16 2D
Octal 132 154 214 44 27 0 55 332 26 55
Binary 1011010 1101100 10001100 100100 10111 0 101101 11011010 10110 101101

Color Harmonies of #5A6C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6C8C

Black with #5A6C8C

Text Example


Text Example

White with #5A6C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A6C8C; }

 p { color: rgb(90,108,140); }

 H1.HeaderClassName
 {
   color: #5A6C8C;
 }
 .AnyTagClassName
 {
   color: #5A6C8C;
 }
</style>

background-color css

<style>
 a { background-color: #5A6C8C; }

 a { background-color: rgb(90,108,140); }

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

border-color css

<style>
 span { border-color: #5A6C8C; }

 span { border-color: rgb(90,108,140); }

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