Html Css Color HEX #5A6E85 Kashmir Blue

📋 copy color: '#5A6E85'

red 90 ◦ green 110 ◦ blue 133

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

Shades of Kashmir Blue #5A6E85

Tints of Kashmir Blue #5A6E85

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.03%

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

R = 27.03%
G = 33.03%
B = 39.94%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5A6E85 (or 0x5A6E85) is known color: Kashmir Blue. HEX triplet: 5A, 6E and 85. RGB value is (90,110,133). Sum of RGB (Red+Green+Blue) = 90+110+133=333 (44% of max value = 765). Red value is 90 (35.55% from 255 or 27.03% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 133 - color contains mainly: blue. Hex color #5A6E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6E85 is #A5917A. Grayscale: #6A6A6A. Windows color (decimal): -10850683 or 8744538. OLE color: 8744538.

HSL color Cylindrical-coordinate representation of color #5A6E85: hue angle of 212.09º 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 #5A6E85 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 90 110 133 -
CMYK 0.32 0.17 0 0.48
HSL 212.09º 0.19% 0.44% -
HSV(B) 212.09º 0.32% 0.52% -
XYZ 14.03 15.02 24.35 -
YUV 106.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 90 110 133 0.32 0.17 0 0.48 212.09 0.19 0.44
Hex 5A 6E 85 20 11 0 30 D4 13 2C
Octal 132 156 205 40 21 0 60 324 23 54
Binary 1011010 1101110 10000101 100000 10001 0 110000 11010100 10011 101100

Color Harmonies of #5A6E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6E85

Black with #5A6E85

Text Example


Text Example

White with #5A6E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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