Html Css Color HEX #5A70CB Chetwode Blue

📋 copy color: '#5A70CB'

red 90 ◦ green 112 ◦ blue 203

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

Shades of Chetwode Blue #5A70CB

Tints of Chetwode Blue #5A70CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.12%

R = 22.22%
G = 27.65%
B = 50.12%

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

#5A70CB (or 0x5A70CB) is known color: Chetwode Blue. HEX triplet: 5A, 70 and CB. RGB value is (90,112,203). Sum of RGB (Red+Green+Blue) = 90+112+203=405 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.22% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A70CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A70CB is #A58F34. Grayscale: #737373. Windows color (decimal): -10850101 or 13332570. OLE color: 13332570.

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

Color convert

RGB 90 112 203 -
CMYK 0.56 0.45 0 0.20
HSL 228.32º 0.52% 0.57% -
HSV(B) 228.32º 0.56% 0.8% -
XYZ 20.79 18.07 58.89 -
YUV 115.8 177.21 109.6 -
System Red Green Blue C M Y K H S L
Decimal 90 112 203 0.56 0.45 0 0.20 228.32 0.52 0.57
Hex 5A 70 CB 38 2D 0 14 E4 34 39
Octal 132 160 313 70 55 0 24 344 64 71
Binary 1011010 1110000 11001011 111000 101101 0 10100 11100100 110100 111001

Color Harmonies of #5A70CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A70CB

Black with #5A70CB

Text Example


Text Example

White with #5A70CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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