Html Css Color HEX #5C667B Kashmir Blue

📋 copy color: '#5C667B'

red 92 ◦ green 102 ◦ blue 123

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

Shades of Kashmir Blue #5C667B

Tints of Kashmir Blue #5C667B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 32.18%

 BLUE value IS 123 (48.44% from 255) = 38.8%

R = 29.02%
G = 32.18%
B = 38.8%

CMYK

 C value IS 0.25

 M value IS 0.17

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5C667B (or 0x5C667B) is known color: Kashmir Blue. HEX triplet: 5C, 66 and 7B. RGB value is (92,102,123). Sum of RGB (Red+Green+Blue) = 92+102+123=317 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.02% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 123 - color contains mainly: blue. Hex color #5C667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C667B is #A39984. Grayscale: #656565. Windows color (decimal): -10721669 or 8087132. OLE color: 8087132.

HSL color Cylindrical-coordinate representation of color #5C667B: hue angle of 220.65º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5C667B is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 92 102 123 -
CMYK 0.25 0.17 0 0.52
HSL 220.65º 0.14% 0.42% -
HSV(B) 220.65º 0.25% 0.48% -
XYZ 12.74 13.21 20.62 -
YUV 101.4 140.19 121.29 -
System Red Green Blue C M Y K H S L
Decimal 92 102 123 0.25 0.17 0 0.52 220.65 0.14 0.42
Hex 5C 66 7B 19 11 0 34 DD E 2A
Octal 134 146 173 31 21 0 64 335 16 52
Binary 1011100 1100110 1111011 11001 10001 0 110100 11011101 1110 101010

Color Harmonies of #5C667B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C667B

Black with #5C667B

Text Example


Text Example

White with #5C667B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,102,123); }

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

background-color css

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

 a { background-color: rgb(92,102,123); }

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

border-color css

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

 span { border-color: rgb(92,102,123); }

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