Html Css Color HEX #5C73C0 Chetwode Blue

📋 copy color: '#5C73C0'

red 92 ◦ green 115 ◦ blue 192

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

Shades of Chetwode Blue #5C73C0

Tints of Chetwode Blue #5C73C0

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.82%

 BLUE value IS 192 (75.39% from 255) = 48.12%

R = 23.06%
G = 28.82%
B = 48.12%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5C73C0 (or 0x5C73C0) is known color: Chetwode Blue. HEX triplet: 5C, 73 and C0. RGB value is (92,115,192). Sum of RGB (Red+Green+Blue) = 92+115+192=399 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.06% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 192 - color contains mainly: blue. Hex color #5C73C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C73C0 is #A38C3F. Grayscale: #747474. Windows color (decimal): -10718272 or 12612444. OLE color: 12612444.

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

Color convert

RGB 92 115 192 -
CMYK 0.52 0.40 0 0.25
HSL 226.2º 0.44% 0.56% -
HSV(B) 226.2º 0.52% 0.75% -
XYZ 20.06 18.34 52.35 -
YUV 116.9 170.38 110.24 -
System Red Green Blue C M Y K H S L
Decimal 92 115 192 0.52 0.40 0 0.25 226.2 0.44 0.56
Hex 5C 73 C0 34 28 0 19 E2 2C 38
Octal 134 163 300 64 50 0 31 342 54 70
Binary 1011100 1110011 11000000 110100 101000 0 11001 11100010 101100 111000

Color Harmonies of #5C73C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C73C0

Black with #5C73C0

Text Example


Text Example

White with #5C73C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,115,192); }

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

background-color css

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

 a { background-color: rgb(92,115,192); }

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

border-color css

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

 span { border-color: rgb(92,115,192); }

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