Html Css Color HEX #5A6784 Kashmir Blue

📋 copy color: '#5A6784'

red 90 ◦ green 103 ◦ blue 132

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

Shades of Kashmir Blue #5A6784

Tints of Kashmir Blue #5A6784

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.69%

 BLUE value IS 132 (51.95% from 255) = 40.62%

R = 27.69%
G = 31.69%
B = 40.62%

CMYK

 C value IS 0.32

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5A6784 (or 0x5A6784) is known color: Kashmir Blue. HEX triplet: 5A, 67 and 84. RGB value is (90,103,132). Sum of RGB (Red+Green+Blue) = 90+103+132=325 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.69% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 132 - color contains mainly: blue. Hex color #5A6784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6784 is #A5987B. Grayscale: #666666. Windows color (decimal): -10852476 or 8677210. OLE color: 8677210.

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

Color convert

RGB 90 103 132 -
CMYK 0.32 0.22 0 0.48
HSL 221.43º 0.19% 0.44% -
HSV(B) 221.43º 0.32% 0.52% -
XYZ 13.23 13.54 23.75 -
YUV 102.42 144.69 119.14 -
System Red Green Blue C M Y K H S L
Decimal 90 103 132 0.32 0.22 0 0.48 221.43 0.19 0.44
Hex 5A 67 84 20 16 0 30 DD 13 2C
Octal 132 147 204 40 26 0 60 335 23 54
Binary 1011010 1100111 10000100 100000 10110 0 110000 11011101 10011 101100

Color Harmonies of #5A6784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6784

Black with #5A6784

Text Example


Text Example

White with #5A6784

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,103,132); }

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

background-color css

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

 a { background-color: rgb(90,103,132); }

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

border-color css

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

 span { border-color: rgb(90,103,132); }

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