Html Css Color HEX #5C6ABF Chetwode Blue

📋 copy color: '#5C6ABF'

red 92 ◦ green 106 ◦ blue 191

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

Shades of Chetwode Blue #5C6ABF

Tints of Chetwode Blue #5C6ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.1%

R = 23.65%
G = 27.25%
B = 49.1%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5C6ABF (or 0x5C6ABF) is known color: Chetwode Blue. HEX triplet: 5C, 6A and BF. RGB value is (92,106,191). Sum of RGB (Red+Green+Blue) = 92+106+191=389 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.65% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #5C6ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C6ABF is #A39540. Grayscale: #6F6F6F. Windows color (decimal): -10720577 or 12544604. OLE color: 12544604.

HSL color Cylindrical-coordinate representation of color #5C6ABF: hue angle of 231.52º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C6ABF is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 92 106 191 -
CMYK 0.52 0.45 0 0.25
HSL 231.52º 0.44% 0.55% -
HSV(B) 231.52º 0.52% 0.75% -
XYZ 18.97 16.34 51.45 -
YUV 111.5 172.86 114.09 -
System Red Green Blue C M Y K H S L
Decimal 92 106 191 0.52 0.45 0 0.25 231.52 0.44 0.55
Hex 5C 6A BF 34 2D 0 19 E8 2C 37
Octal 134 152 277 64 55 0 31 350 54 67
Binary 1011100 1101010 10111111 110100 101101 0 11001 11101000 101100 110111

Color Harmonies of #5C6ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6ABF

Black with #5C6ABF

Text Example


Text Example

White with #5C6ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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