Html Css Color HEX #5A6BAD Chetwode Blue

📋 copy color: '#5A6BAD'

red 90 ◦ green 107 ◦ blue 173

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

Shades of Chetwode Blue #5A6BAD

Tints of Chetwode Blue #5A6BAD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.92%

 BLUE value IS 173 (67.97% from 255) = 46.76%

R = 24.32%
G = 28.92%
B = 46.76%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5A6BAD (or 0x5A6BAD) is known color: Chetwode Blue. HEX triplet: 5A, 6B and AD. RGB value is (90,107,173). Sum of RGB (Red+Green+Blue) = 90+107+173=370 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.32% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #5A6BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6BAD is #A59452. Grayscale: #6D6D6D. Windows color (decimal): -10851411 or 11365210. OLE color: 11365210.

HSL color Cylindrical-coordinate representation of color #5A6BAD: hue angle of 227.71º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A6BAD is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 90 107 173 -
CMYK 0.48 0.38 0 0.32
HSL 227.71º 0.34% 0.52% -
HSV(B) 227.71º 0.48% 0.68% -
XYZ 17.02 15.71 41.67 -
YUV 109.44 163.87 114.13 -
System Red Green Blue C M Y K H S L
Decimal 90 107 173 0.48 0.38 0 0.32 227.71 0.34 0.52
Hex 5A 6B AD 30 26 0 20 E4 22 34
Octal 132 153 255 60 46 0 40 344 42 64
Binary 1011010 1101011 10101101 110000 100110 0 100000 11100100 100010 110100

Color Harmonies of #5A6BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6BAD

Black with #5A6BAD

Text Example


Text Example

White with #5A6BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,107,173); }

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

background-color css

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

 a { background-color: rgb(90,107,173); }

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

border-color css

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

 span { border-color: rgb(90,107,173); }

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