Html Css Color HEX #5A6ACD Chetwode Blue

📋 copy color: '#5A6ACD'

red 90 ◦ green 106 ◦ blue 205

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

Shades of Chetwode Blue #5A6ACD

Tints of Chetwode Blue #5A6ACD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.43%

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

R = 22.44%
G = 26.43%
B = 51.12%

CMYK

 C value IS 0.56

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5A6ACD (or 0x5A6ACD) is known color: Chetwode Blue. HEX triplet: 5A, 6A and CD. RGB value is (90,106,205). Sum of RGB (Red+Green+Blue) = 90+106+205=401 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.44% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A6ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6ACD is #A59532. Grayscale: #707070. Windows color (decimal): -10851635 or 13462106. OLE color: 13462106.

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

Color convert

RGB 90 106 205 -
CMYK 0.56 0.48 0 0.20
HSL 231.65º 0.53% 0.58% -
HSV(B) 231.65º 0.56% 0.8% -
XYZ 20.39 16.89 59.94 -
YUV 112.5 180.2 111.95 -
System Red Green Blue C M Y K H S L
Decimal 90 106 205 0.56 0.48 0 0.20 231.65 0.53 0.58
Hex 5A 6A CD 38 30 0 14 E8 35 3A
Octal 132 152 315 70 60 0 24 350 65 72
Binary 1011010 1101010 11001101 111000 110000 0 10100 11101000 110101 111010

Color Harmonies of #5A6ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6ACD

Black with #5A6ACD

Text Example


Text Example

White with #5A6ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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