Html Css Color HEX #5A73C0 Chetwode Blue

📋 copy color: '#5A73C0'

red 90 ◦ green 115 ◦ blue 192

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

Shades of Chetwode Blue #5A73C0

Tints of Chetwode Blue #5A73C0

RGB

 RED value IS 90 (35.55% from 255) = 22.67%

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

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

R = 22.67%
G = 28.97%
B = 48.36%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5A73C0 (or 0x5A73C0) is known color: Chetwode Blue. HEX triplet: 5A, 73 and C0. RGB value is (90,115,192). Sum of RGB (Red+Green+Blue) = 90+115+192=397 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.67% from 397); Green value is 115 (45.31% from 255 or 28.97% from 397); Blue value is 192 (75.39% from 255 or 48.36% from 397); Max value from RGB is 192 - color contains mainly: blue. Hex color #5A73C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A73C0 is #A58C3F. Grayscale: #737373. Windows color (decimal): -10849344 or 12612442. OLE color: 12612442.

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

Color convert

RGB 90 115 192 -
CMYK 0.53 0.40 0 0.25
HSL 225.29º 0.45% 0.55% -
HSV(B) 225.29º 0.53% 0.75% -
XYZ 19.86 18.24 52.34 -
YUV 116.3 170.72 109.24 -
System Red Green Blue C M Y K H S L
Decimal 90 115 192 0.53 0.40 0 0.25 225.29 0.45 0.55
Hex 5A 73 C0 35 28 0 19 E1 2D 37
Octal 132 163 300 65 50 0 31 341 55 67
Binary 1011010 1110011 11000000 110101 101000 0 11001 11100001 101101 110111

Color Harmonies of #5A73C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A73C0

Black with #5A73C0

Text Example


Text Example

White with #5A73C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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