Html Css Color HEX #5C677E Kashmir Blue

📋 copy color: '#5C677E'

red 92 ◦ green 103 ◦ blue 126

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

Shades of Kashmir Blue #5C677E

Tints of Kashmir Blue #5C677E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.25%

R = 28.66%
G = 32.09%
B = 39.25%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5C677E (or 0x5C677E) is known color: Kashmir Blue. HEX triplet: 5C, 67 and 7E. RGB value is (92,103,126). Sum of RGB (Red+Green+Blue) = 92+103+126=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 103 (40.62% from 255 or 32.09% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 126 - color contains mainly: blue. Hex color #5C677E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C677E is #A39881. Grayscale: #666666. Windows color (decimal): -10721410 or 8283996. OLE color: 8283996.

HSL color Cylindrical-coordinate representation of color #5C677E: hue angle of 220.59º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5C677E is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 92 103 126 -
CMYK 0.27 0.18 0 0.51
HSL 220.59º 0.16% 0.43% -
HSV(B) 220.59º 0.27% 0.49% -
XYZ 13.03 13.48 21.65 -
YUV 102.33 141.36 120.63 -
System Red Green Blue C M Y K H S L
Decimal 92 103 126 0.27 0.18 0 0.51 220.59 0.16 0.43
Hex 5C 67 7E 1B 12 0 33 DD 10 2B
Octal 134 147 176 33 22 0 63 335 20 53
Binary 1011100 1100111 1111110 11011 10010 0 110011 11011101 10000 101011

Color Harmonies of #5C677E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C677E

Black with #5C677E

Text Example


Text Example

White with #5C677E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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