Html Css Color HEX #5C6782 Kashmir Blue

📋 copy color: '#5C6782'

red 92 ◦ green 103 ◦ blue 130

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

Shades of Kashmir Blue #5C6782

Tints of Kashmir Blue #5C6782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40%

R = 28.31%
G = 31.69%
B = 40%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5C6782 (or 0x5C6782) is known color: Kashmir Blue. HEX triplet: 5C, 67 and 82. RGB value is (92,103,130). Sum of RGB (Red+Green+Blue) = 92+103+130=325 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.31% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 130 - color contains mainly: blue. Hex color #5C6782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6782 is #A3987D. Grayscale: #666666. Windows color (decimal): -10721406 or 8546140. OLE color: 8546140.

HSL color Cylindrical-coordinate representation of color #5C6782: hue angle of 222.63º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5C6782 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 92 103 130 -
CMYK 0.29 0.21 0 0.49
HSL 222.63º 0.17% 0.44% -
HSV(B) 222.63º 0.29% 0.51% -
XYZ 13.29 13.59 23.04 -
YUV 102.79 143.36 120.3 -
System Red Green Blue C M Y K H S L
Decimal 92 103 130 0.29 0.21 0 0.49 222.63 0.17 0.44
Hex 5C 67 82 1D 15 0 31 DF 11 2C
Octal 134 147 202 35 25 0 61 337 21 54
Binary 1011100 1100111 10000010 11101 10101 0 110001 11011111 10001 101100

Color Harmonies of #5C6782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6782

Black with #5C6782

Text Example


Text Example

White with #5C6782

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,103,130); }

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

background-color css

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

 a { background-color: rgb(92,103,130); }

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

border-color css

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

 span { border-color: rgb(92,103,130); }

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