Html Css Color HEX #5B6BAC Chetwode Blue

📋 copy color: '#5B6BAC'

red 91 ◦ green 107 ◦ blue 172

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

Shades of Chetwode Blue #5B6BAC

Tints of Chetwode Blue #5B6BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.49%

R = 24.59%
G = 28.92%
B = 46.49%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5B6BAC (or 0x5B6BAC) is known color: Chetwode Blue. HEX triplet: 5B, 6B and AC. RGB value is (91,107,172). Sum of RGB (Red+Green+Blue) = 91+107+172=370 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.59% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B6BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B6BAC is #A49453. Grayscale: #6D6D6D. Windows color (decimal): -10785876 or 11299675. OLE color: 11299675.

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

Color convert

RGB 91 107 172 -
CMYK 0.47 0.38 0 0.33
HSL 228.15º 0.33% 0.52% -
HSV(B) 228.15º 0.47% 0.67% -
XYZ 17.02 15.72 41.17 -
YUV 109.63 163.2 114.71 -
System Red Green Blue C M Y K H S L
Decimal 91 107 172 0.47 0.38 0 0.33 228.15 0.33 0.52
Hex 5B 6B AC 2F 26 0 21 E4 21 34
Octal 133 153 254 57 46 0 41 344 41 64
Binary 1011011 1101011 10101100 101111 100110 0 100001 11100100 100001 110100

Color Harmonies of #5B6BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6BAC

Black with #5B6BAC

Text Example


Text Example

White with #5B6BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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