Html Css Color HEX #5A6ACE Chetwode Blue

📋 copy color: '#5A6ACE'

red 90 ◦ green 106 ◦ blue 206

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

Shades of Chetwode Blue #5A6ACE

Tints of Chetwode Blue #5A6ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.24%

R = 22.39%
G = 26.37%
B = 51.24%

CMYK

 C value IS 0.56

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5A6ACE (or 0x5A6ACE) is known color: Chetwode Blue. HEX triplet: 5A, 6A and CE. RGB value is (90,106,206). Sum of RGB (Red+Green+Blue) = 90+106+206=402 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.39% from 402); Green value is 106 (41.80% from 255 or 26.37% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A6ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6ACE is #A59531. Grayscale: #707070. Windows color (decimal): -10851634 or 13527642. OLE color: 13527642.

HSL color Cylindrical-coordinate representation of color #5A6ACE: hue angle of 231.72º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A6ACE is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 106 206 -
CMYK 0.56 0.49 0 0.19
HSL 231.72º 0.54% 0.58% -
HSV(B) 231.72º 0.56% 0.81% -
XYZ 20.51 16.94 60.58 -
YUV 112.62 180.7 111.87 -
System Red Green Blue C M Y K H S L
Decimal 90 106 206 0.56 0.49 0 0.19 231.72 0.54 0.58
Hex 5A 6A CE 38 31 0 13 E8 36 3A
Octal 132 152 316 70 61 0 23 350 66 72
Binary 1011010 1101010 11001110 111000 110001 0 10011 11101000 110110 111010

Color Harmonies of #5A6ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6ACE

Black with #5A6ACE

Text Example


Text Example

White with #5A6ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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