Html Css Color HEX #5C6ABE Chetwode Blue

📋 copy color: '#5C6ABE'

red 92 ◦ green 106 ◦ blue 190

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

Shades of Chetwode Blue #5C6ABE

Tints of Chetwode Blue #5C6ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.97%

R = 23.71%
G = 27.32%
B = 48.97%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5C6ABE (or 0x5C6ABE) is known color: Chetwode Blue. HEX triplet: 5C, 6A and BE. RGB value is (92,106,190). Sum of RGB (Red+Green+Blue) = 92+106+190=388 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.71% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C6ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C6ABE is #A39541. Grayscale: #6F6F6F. Windows color (decimal): -10720578 or 12479068. OLE color: 12479068.

HSL color Cylindrical-coordinate representation of color #5C6ABE: hue angle of 231.43º degrees, saturation: 0.43, 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 #5C6ABE is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 92 106 190 -
CMYK 0.52 0.44 0 0.25
HSL 231.43º 0.43% 0.55% -
HSV(B) 231.43º 0.52% 0.75% -
XYZ 18.86 16.3 50.87 -
YUV 111.39 172.36 114.17 -
System Red Green Blue C M Y K H S L
Decimal 92 106 190 0.52 0.44 0 0.25 231.43 0.43 0.55
Hex 5C 6A BE 34 2C 0 19 E7 2B 37
Octal 134 152 276 64 54 0 31 347 53 67
Binary 1011100 1101010 10111110 110100 101100 0 11001 11100111 101011 110111

Color Harmonies of #5C6ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6ABE

Black with #5C6ABE

Text Example


Text Example

White with #5C6ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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