Html Css Color HEX #5A6B8B Kashmir Blue

📋 copy color: '#5A6B8B'

red 90 ◦ green 107 ◦ blue 139

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

Shades of Kashmir Blue #5A6B8B

Tints of Kashmir Blue #5A6B8B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.85%

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

R = 26.79%
G = 31.85%
B = 41.37%

CMYK

 C value IS 0.35

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5A6B8B (or 0x5A6B8B) is known color: Kashmir Blue. HEX triplet: 5A, 6B and 8B. RGB value is (90,107,139). Sum of RGB (Red+Green+Blue) = 90+107+139=336 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.79% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 139 - color contains mainly: blue. Hex color #5A6B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6B8B is #A59474. Grayscale: #696969. Windows color (decimal): -10851445 or 9136986. OLE color: 9136986.

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

Color convert

RGB 90 107 139 -
CMYK 0.35 0.23 0 0.45
HSL 219.18º 0.21% 0.45% -
HSV(B) 219.18º 0.35% 0.55% -
XYZ 14.13 14.55 26.49 -
YUV 105.57 146.87 116.9 -
System Red Green Blue C M Y K H S L
Decimal 90 107 139 0.35 0.23 0 0.45 219.18 0.21 0.45
Hex 5A 6B 8B 23 17 0 2D DB 15 2D
Octal 132 153 213 43 27 0 55 333 25 55
Binary 1011010 1101011 10001011 100011 10111 0 101101 11011011 10101 101101

Color Harmonies of #5A6B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6B8B

Black with #5A6B8B

Text Example


Text Example

White with #5A6B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,107,139); }

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

background-color css

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

 a { background-color: rgb(90,107,139); }

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

border-color css

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

 span { border-color: rgb(90,107,139); }

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