Html Css Color HEX #5B6BAD Chetwode Blue

📋 copy color: '#5B6BAD'

red 91 ◦ green 107 ◦ blue 173

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

Shades of Chetwode Blue #5B6BAD

Tints of Chetwode Blue #5B6BAD

RGB

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

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

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

R = 24.53%
G = 28.84%
B = 46.63%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5B6BAD (or 0x5B6BAD) is known color: Chetwode Blue. HEX triplet: 5B, 6B and AD. RGB value is (91,107,173). Sum of RGB (Red+Green+Blue) = 91+107+173=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #5B6BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6BAD is #A49452. Grayscale: #6D6D6D. Windows color (decimal): -10785875 or 11365211. OLE color: 11365211.

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

Color convert

RGB 91 107 173 -
CMYK 0.47 0.38 0 0.32
HSL 228.29º 0.33% 0.52% -
HSV(B) 228.29º 0.47% 0.68% -
XYZ 17.11 15.76 41.67 -
YUV 109.74 163.7 114.63 -
System Red Green Blue C M Y K H S L
Decimal 91 107 173 0.47 0.38 0 0.32 228.29 0.33 0.52
Hex 5B 6B AD 2F 26 0 20 E4 21 34
Octal 133 153 255 57 46 0 40 344 41 64
Binary 1011011 1101011 10101101 101111 100110 0 100000 11100100 100001 110100

Color Harmonies of #5B6BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6BAD

Black with #5B6BAD

Text Example


Text Example

White with #5B6BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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