Html Css Color HEX #5B6AAE Chetwode Blue

📋 copy color: '#5B6AAE'

red 91 ◦ green 106 ◦ blue 174

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

Shades of Chetwode Blue #5B6AAE

Tints of Chetwode Blue #5B6AAE

RGB

 RED value IS 91 (35.94% from 255) = 24.53%

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

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

R = 24.53%
G = 28.57%
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

#5B6AAE (or 0x5B6AAE) is known color: Chetwode Blue. HEX triplet: 5B, 6A and AE. RGB value is (91,106,174). Sum of RGB (Red+Green+Blue) = 91+106+174=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 106 (41.80% from 255 or 28.57% 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 #5B6AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6AAE is #A49551. Grayscale: #6C6C6C. Windows color (decimal): -10786130 or 11430491. OLE color: 11430491.

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

Color convert

RGB 91 106 174 -
CMYK 0.48 0.39 0 0.32
HSL 229.16º 0.34% 0.52% -
HSV(B) 229.16º 0.48% 0.68% -
XYZ 17.11 15.59 42.15 -
YUV 109.27 164.53 114.97 -
System Red Green Blue C M Y K H S L
Decimal 91 106 174 0.48 0.39 0 0.32 229.16 0.34 0.52
Hex 5B 6A AE 30 27 0 20 E5 22 34
Octal 133 152 256 60 47 0 40 345 42 64
Binary 1011011 1101010 10101110 110000 100111 0 100000 11100101 100010 110100

Color Harmonies of #5B6AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6AAE

Black with #5B6AAE

Text Example


Text Example

White with #5B6AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,106,174); }

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

background-color css

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

 a { background-color: rgb(91,106,174); }

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

border-color css

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

 span { border-color: rgb(91,106,174); }

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