Html Css Color HEX #5B6AAF Chetwode Blue

📋 copy color: '#5B6AAF'

red 91 ◦ green 106 ◦ blue 175

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

Shades of Chetwode Blue #5B6AAF

Tints of Chetwode Blue #5B6AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.04%

R = 24.46%
G = 28.49%
B = 47.04%

CMYK

 C value IS 0.48

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5B6AAF (or 0x5B6AAF) is known color: Chetwode Blue. HEX triplet: 5B, 6A and AF. RGB value is (91,106,175). Sum of RGB (Red+Green+Blue) = 91+106+175=372 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.46% from 372); Green value is 106 (41.80% from 255 or 28.49% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #5B6AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6AAF is #A49550. Grayscale: #6D6D6D. Windows color (decimal): -10786129 or 11496027. OLE color: 11496027.

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

Color convert

RGB 91 106 175 -
CMYK 0.48 0.39 0 0.31
HSL 229.29º 0.34% 0.52% -
HSV(B) 229.29º 0.48% 0.69% -
XYZ 17.21 15.63 42.67 -
YUV 109.38 165.03 114.89 -
System Red Green Blue C M Y K H S L
Decimal 91 106 175 0.48 0.39 0 0.31 229.29 0.34 0.52
Hex 5B 6A AF 30 27 0 1F E5 22 34
Octal 133 152 257 60 47 0 37 345 42 64
Binary 1011011 1101010 10101111 110000 100111 0 11111 11100101 100010 110100

Color Harmonies of #5B6AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6AAF

Black with #5B6AAF

Text Example


Text Example

White with #5B6AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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