Html Css Color HEX #5A71CD Chetwode Blue

📋 copy color: '#5A71CD'

red 90 ◦ green 113 ◦ blue 205

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

Shades of Chetwode Blue #5A71CD

Tints of Chetwode Blue #5A71CD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.7%

 BLUE value IS 205 (80.47% from 255) = 50.25%

R = 22.06%
G = 27.7%
B = 50.25%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5A71CD (or 0x5A71CD) is known color: Chetwode Blue. HEX triplet: 5A, 71 and CD. RGB value is (90,113,205). Sum of RGB (Red+Green+Blue) = 90+113+205=408 (54% of max value = 765). Red value is 90 (35.55% from 255 or 22.06% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A71CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A71CD is #A58E32. Grayscale: #747474. Windows color (decimal): -10849843 or 13463898. OLE color: 13463898.

HSL color Cylindrical-coordinate representation of color #5A71CD: hue angle of 228º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A71CD is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 90 113 205 -
CMYK 0.56 0.45 0 0.20
HSL 228º 0.53% 0.58% -
HSV(B) 228º 0.56% 0.8% -
XYZ 21.14 18.39 60.19 -
YUV 116.61 177.88 109.02 -
System Red Green Blue C M Y K H S L
Decimal 90 113 205 0.56 0.45 0 0.20 228 0.53 0.58
Hex 5A 71 CD 38 2D 0 14 E4 35 3A
Octal 132 161 315 70 55 0 24 344 65 72
Binary 1011010 1110001 11001101 111000 101101 0 10100 11100100 110101 111010

Color Harmonies of #5A71CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A71CD

Black with #5A71CD

Text Example


Text Example

White with #5A71CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,113,205); }

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

background-color css

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

 a { background-color: rgb(90,113,205); }

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

border-color css

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

 span { border-color: rgb(90,113,205); }

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