Html Css Color HEX #5C6884 Kashmir Blue

📋 copy color: '#5C6884'

red 92 ◦ green 104 ◦ blue 132

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

Shades of Kashmir Blue #5C6884

Tints of Kashmir Blue #5C6884

RGB

 RED value IS 92 (36.33% from 255) = 28.05%

 GREEN value IS 104 (41.02% from 255) = 31.71%

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

R = 28.05%
G = 31.71%
B = 40.24%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5C6884 (or 0x5C6884) is known color: Kashmir Blue. HEX triplet: 5C, 68 and 84. RGB value is (92,104,132). Sum of RGB (Red+Green+Blue) = 92+104+132=328 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.05% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 132 - color contains mainly: blue. Hex color #5C6884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6884 is #A3977B. Grayscale: #676767. Windows color (decimal): -10721148 or 8677468. OLE color: 8677468.

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

Color convert

RGB 92 104 132 -
CMYK 0.30 0.21 0 0.48
HSL 222º 0.18% 0.44% -
HSV(B) 222º 0.3% 0.52% -
XYZ 13.53 13.84 23.79 -
YUV 103.6 144.02 119.72 -
System Red Green Blue C M Y K H S L
Decimal 92 104 132 0.30 0.21 0 0.48 222 0.18 0.44
Hex 5C 68 84 1E 15 0 30 DE 12 2C
Octal 134 150 204 36 25 0 60 336 22 54
Binary 1011100 1101000 10000100 11110 10101 0 110000 11011110 10010 101100

Color Harmonies of #5C6884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6884

Black with #5C6884

Text Example


Text Example

White with #5C6884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,104,132); }

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

background-color css

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

 a { background-color: rgb(92,104,132); }

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

border-color css

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

 span { border-color: rgb(92,104,132); }

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