Html Css Color HEX #5A6BAE Chetwode Blue

📋 copy color: '#5A6BAE'

red 90 ◦ green 107 ◦ blue 174

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

Shades of Chetwode Blue #5A6BAE

Tints of Chetwode Blue #5A6BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.9%

R = 24.26%
G = 28.84%
B = 46.9%

CMYK

 C value IS 0.48

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5A6BAE (or 0x5A6BAE) is known color: Chetwode Blue. HEX triplet: 5A, 6B and AE. RGB value is (90,107,174). Sum of RGB (Red+Green+Blue) = 90+107+174=371 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.26% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #5A6BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6BAE is #A59451. Grayscale: #6D6D6D. Windows color (decimal): -10851410 or 11430746. OLE color: 11430746.

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

Color convert

RGB 90 107 174 -
CMYK 0.48 0.39 0 0.32
HSL 227.86º 0.34% 0.52% -
HSV(B) 227.86º 0.48% 0.68% -
XYZ 17.11 15.75 42.18 -
YUV 109.56 164.37 114.05 -
System Red Green Blue C M Y K H S L
Decimal 90 107 174 0.48 0.39 0 0.32 227.86 0.34 0.52
Hex 5A 6B AE 30 27 0 20 E4 22 34
Octal 132 153 256 60 47 0 40 344 42 64
Binary 1011010 1101011 10101110 110000 100111 0 100000 11100100 100010 110100

Color Harmonies of #5A6BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6BAE

Black with #5A6BAE

Text Example


Text Example

White with #5A6BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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