Html Css Color HEX #5C6EA7 Chetwode Blue

📋 copy color: '#5C6EA7'

red 92 ◦ green 110 ◦ blue 167

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

Shades of Chetwode Blue #5C6EA7

Tints of Chetwode Blue #5C6EA7

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.81%

 BLUE value IS 167 (65.63% from 255) = 45.26%

R = 24.93%
G = 29.81%
B = 45.26%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5C6EA7 (or 0x5C6EA7) is known color: Chetwode Blue. HEX triplet: 5C, 6E and A7. RGB value is (92,110,167). Sum of RGB (Red+Green+Blue) = 92+110+167=369 (48% of max value = 765). Red value is 92 (36.33% from 255 or 24.93% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 167 (65.62% from 255 or 45.26% from 369); Max value from RGB is 167 - color contains mainly: blue. Hex color #5C6EA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6EA7 is #A39158. Grayscale: #6E6E6E. Windows color (decimal): -10719577 or 10972764. OLE color: 10972764.

HSL color Cylindrical-coordinate representation of color #5C6EA7: hue angle of 225.6º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5C6EA7 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 92 110 167 -
CMYK 0.45 0.34 0 0.35
HSL 225.6º 0.3% 0.51% -
HSV(B) 225.6º 0.45% 0.65% -
XYZ 16.96 16.22 38.8 -
YUV 111.12 159.54 114.37 -
System Red Green Blue C M Y K H S L
Decimal 92 110 167 0.45 0.34 0 0.35 225.6 0.3 0.51
Hex 5C 6E A7 2D 22 0 23 E2 1E 33
Octal 134 156 247 55 42 0 43 342 36 63
Binary 1011100 1101110 10100111 101101 100010 0 100011 11100010 11110 110011

Color Harmonies of #5C6EA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6EA7

Black with #5C6EA7

Text Example


Text Example

White with #5C6EA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,110,167); }

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

background-color css

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

 a { background-color: rgb(92,110,167); }

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

border-color css

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

 span { border-color: rgb(92,110,167); }

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