Html Css Color HEX #5C6ACE Chetwode Blue

📋 copy color: '#5C6ACE'

red 92 ◦ green 106 ◦ blue 206

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

Shades of Chetwode Blue #5C6ACE

Tints of Chetwode Blue #5C6ACE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.24%

 BLUE value IS 206 (80.86% from 255) = 50.99%

R = 22.77%
G = 26.24%
B = 50.99%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5C6ACE (or 0x5C6ACE) is known color: Chetwode Blue. HEX triplet: 5C, 6A and CE. RGB value is (92,106,206). Sum of RGB (Red+Green+Blue) = 92+106+206=404 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.77% from 404); Green value is 106 (41.80% from 255 or 26.24% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C6ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C6ACE is #A39531. Grayscale: #707070. Windows color (decimal): -10720562 or 13527644. OLE color: 13527644.

HSL color Cylindrical-coordinate representation of color #5C6ACE: hue angle of 232.63º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C6ACE is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 92 106 206 -
CMYK 0.55 0.49 0 0.19
HSL 232.63º 0.54% 0.58% -
HSV(B) 232.63º 0.55% 0.81% -
XYZ 20.71 17.04 60.59 -
YUV 113.21 180.36 112.87 -
System Red Green Blue C M Y K H S L
Decimal 92 106 206 0.55 0.49 0 0.19 232.63 0.54 0.58
Hex 5C 6A CE 37 31 0 13 E9 36 3A
Octal 134 152 316 67 61 0 23 351 66 72
Binary 1011100 1101010 11001110 110111 110001 0 10011 11101001 110110 111010

Color Harmonies of #5C6ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6ACE

Black with #5C6ACE

Text Example


Text Example

White with #5C6ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,106,206); }

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

background-color css

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

 a { background-color: rgb(92,106,206); }

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

border-color css

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

 span { border-color: rgb(92,106,206); }

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