Html Css Color HEX #5C6DAE Chetwode Blue

📋 copy color: '#5C6DAE'

red 92 ◦ green 109 ◦ blue 174

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

Shades of Chetwode Blue #5C6DAE

Tints of Chetwode Blue #5C6DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.07%

 BLUE value IS 174 (68.36% from 255) = 46.4%

R = 24.53%
G = 29.07%
B = 46.4%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5C6DAE (or 0x5C6DAE) is known color: Chetwode Blue. HEX triplet: 5C, 6D and AE. RGB value is (92,109,174). Sum of RGB (Red+Green+Blue) = 92+109+174=375 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.53% from 375); Green value is 109 (42.97% from 255 or 29.07% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #5C6DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C6DAE is #A39251. Grayscale: #6F6F6F. Windows color (decimal): -10719826 or 11431260. OLE color: 11431260.

HSL color Cylindrical-coordinate representation of color #5C6DAE: hue angle of 227.56º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C6DAE is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 92 109 174 -
CMYK 0.47 0.37 0 0.32
HSL 227.56º 0.34% 0.52% -
HSV(B) 227.56º 0.47% 0.68% -
XYZ 17.52 16.27 42.26 -
YUV 111.33 163.37 114.21 -
System Red Green Blue C M Y K H S L
Decimal 92 109 174 0.47 0.37 0 0.32 227.56 0.34 0.52
Hex 5C 6D AE 2F 25 0 20 E4 22 34
Octal 134 155 256 57 45 0 40 344 42 64
Binary 1011100 1101101 10101110 101111 100101 0 100000 11100100 100010 110100

Color Harmonies of #5C6DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6DAE

Black with #5C6DAE

Text Example


Text Example

White with #5C6DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,109,174); }

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

background-color css

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

 a { background-color: rgb(92,109,174); }

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

border-color css

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

 span { border-color: rgb(92,109,174); }

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