Html Css Color HEX #5A70CD Chetwode Blue

📋 copy color: '#5A70CD'

red 90 ◦ green 112 ◦ blue 205

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

Shades of Chetwode Blue #5A70CD

Tints of Chetwode Blue #5A70CD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.52%

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

R = 22.11%
G = 27.52%
B = 50.37%

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

#5A70CD (or 0x5A70CD) is known color: Chetwode Blue. HEX triplet: 5A, 70 and CD. RGB value is (90,112,205). Sum of RGB (Red+Green+Blue) = 90+112+205=407 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.11% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A70CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A70CD is #A58F32. Grayscale: #737373. Windows color (decimal): -10850099 or 13463642. OLE color: 13463642.

HSL color Cylindrical-coordinate representation of color #5A70CD: hue angle of 228.52º 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 #5A70CD is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 90 112 205 -
CMYK 0.56 0.45 0 0.20
HSL 228.52º 0.53% 0.58% -
HSV(B) 228.52º 0.56% 0.8% -
XYZ 21.03 18.17 60.16 -
YUV 116.02 178.21 109.44 -
System Red Green Blue C M Y K H S L
Decimal 90 112 205 0.56 0.45 0 0.20 228.52 0.53 0.58
Hex 5A 70 CD 38 2D 0 14 E5 35 3A
Octal 132 160 315 70 55 0 24 345 65 72
Binary 1011010 1110000 11001101 111000 101101 0 10100 11100101 110101 111010

Color Harmonies of #5A70CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A70CD

Black with #5A70CD

Text Example


Text Example

White with #5A70CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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