Html Css Color HEX #5C6DC1 Chetwode Blue

📋 copy color: '#5C6DC1'

red 92 ◦ green 109 ◦ blue 193

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

Shades of Chetwode Blue #5C6DC1

Tints of Chetwode Blue #5C6DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 48.98%

R = 23.35%
G = 27.66%
B = 48.98%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5C6DC1 (or 0x5C6DC1) is known color: Chetwode Blue. HEX triplet: 5C, 6D and C1. RGB value is (92,109,193). Sum of RGB (Red+Green+Blue) = 92+109+193=394 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.35% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 193 (75.78% from 255 or 48.98% from 394); Max value from RGB is 193 - color contains mainly: blue. Hex color #5C6DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C6DC1 is #A3923E. Grayscale: #717171. Windows color (decimal): -10719807 or 12676444. OLE color: 12676444.

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

Color convert

RGB 92 109 193 -
CMYK 0.52 0.44 0 0.24
HSL 229.9º 0.45% 0.56% -
HSV(B) 229.9º 0.52% 0.76% -
XYZ 19.51 17.06 52.72 -
YUV 113.49 172.87 112.67 -
System Red Green Blue C M Y K H S L
Decimal 92 109 193 0.52 0.44 0 0.24 229.9 0.45 0.56
Hex 5C 6D C1 34 2C 0 18 E6 2D 38
Octal 134 155 301 64 54 0 30 346 55 70
Binary 1011100 1101101 11000001 110100 101100 0 11000 11100110 101101 111000

Color Harmonies of #5C6DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6DC1

Black with #5C6DC1

Text Example


Text Example

White with #5C6DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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