Html Css Color HEX #5A6D85 Kashmir Blue

📋 copy color: '#5A6D85'

red 90 ◦ green 109 ◦ blue 133

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

Shades of Kashmir Blue #5A6D85

Tints of Kashmir Blue #5A6D85

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.83%

 BLUE value IS 133 (52.34% from 255) = 40.06%

R = 27.11%
G = 32.83%
B = 40.06%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5A6D85 (or 0x5A6D85) is known color: Kashmir Blue. HEX triplet: 5A, 6D and 85. RGB value is (90,109,133). Sum of RGB (Red+Green+Blue) = 90+109+133=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #5A6D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6D85 is #A5927A. Grayscale: #696969. Windows color (decimal): -10850939 or 8744282. OLE color: 8744282.

HSL color Cylindrical-coordinate representation of color #5A6D85: hue angle of 213.49º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A6D85 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 90 109 133 -
CMYK 0.32 0.18 0 0.48
HSL 213.49º 0.19% 0.44% -
HSV(B) 213.49º 0.32% 0.52% -
XYZ 13.92 14.8 24.31 -
YUV 106.06 143.21 116.55 -
System Red Green Blue C M Y K H S L
Decimal 90 109 133 0.32 0.18 0 0.48 213.49 0.19 0.44
Hex 5A 6D 85 20 12 0 30 D5 13 2C
Octal 132 155 205 40 22 0 60 325 23 54
Binary 1011010 1101101 10000101 100000 10010 0 110000 11010101 10011 101100

Color Harmonies of #5A6D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6D85

Black with #5A6D85

Text Example


Text Example

White with #5A6D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,109,133); }

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

background-color css

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

 a { background-color: rgb(90,109,133); }

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

border-color css

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

 span { border-color: rgb(90,109,133); }

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