Html Css Color HEX #5A6ABB Chetwode Blue

📋 copy color: '#5A6ABB'

red 90 ◦ green 106 ◦ blue 187

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

Shades of Chetwode Blue #5A6ABB

Tints of Chetwode Blue #5A6ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.83%

R = 23.5%
G = 27.68%
B = 48.83%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5A6ABB (or 0x5A6ABB) is known color: Chetwode Blue. HEX triplet: 5A, 6A and BB. RGB value is (90,106,187). Sum of RGB (Red+Green+Blue) = 90+106+187=383 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.50% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #5A6ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6ABB is #A59544. Grayscale: #6E6E6E. Windows color (decimal): -10851653 or 12282458. OLE color: 12282458.

HSL color Cylindrical-coordinate representation of color #5A6ABB: hue angle of 230.1º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5A6ABB is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 90 106 187 -
CMYK 0.52 0.43 0 0.27
HSL 230.1º 0.42% 0.54% -
HSV(B) 230.1º 0.52% 0.73% -
XYZ 18.34 16.07 49.15 -
YUV 110.45 171.2 113.41 -
System Red Green Blue C M Y K H S L
Decimal 90 106 187 0.52 0.43 0 0.27 230.1 0.42 0.54
Hex 5A 6A BB 34 2B 0 1B E6 2A 36
Octal 132 152 273 64 53 0 33 346 52 66
Binary 1011010 1101010 10111011 110100 101011 0 11011 11100110 101010 110110

Color Harmonies of #5A6ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6ABB

Black with #5A6ABB

Text Example


Text Example

White with #5A6ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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