Html Css Color HEX #5B6EBC Chetwode Blue

📋 copy color: '#5B6EBC'

red 91 ◦ green 110 ◦ blue 188

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

Shades of Chetwode Blue #5B6EBC

Tints of Chetwode Blue #5B6EBC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.28%

 BLUE value IS 188 (73.83% from 255) = 48.33%

R = 23.39%
G = 28.28%
B = 48.33%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5B6EBC (or 0x5B6EBC) is known color: Chetwode Blue. HEX triplet: 5B, 6E and BC. RGB value is (91,110,188). Sum of RGB (Red+Green+Blue) = 91+110+188=389 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.39% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B6EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6EBC is #A49143. Grayscale: #707070. Windows color (decimal): -10785092 or 12349019. OLE color: 12349019.

HSL color Cylindrical-coordinate representation of color #5B6EBC: hue angle of 228.25º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B6EBC is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 91 110 188 -
CMYK 0.52 0.41 0 0.26
HSL 228.25º 0.42% 0.55% -
HSV(B) 228.25º 0.52% 0.74% -
XYZ 18.97 17.01 49.86 -
YUV 113.21 170.21 112.16 -
System Red Green Blue C M Y K H S L
Decimal 91 110 188 0.52 0.41 0 0.26 228.25 0.42 0.55
Hex 5B 6E BC 34 29 0 1A E4 2A 37
Octal 133 156 274 64 51 0 32 344 52 67
Binary 1011011 1101110 10111100 110100 101001 0 11010 11100100 101010 110111

Color Harmonies of #5B6EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6EBC

Black with #5B6EBC

Text Example


Text Example

White with #5B6EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,110,188); }

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

background-color css

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

 a { background-color: rgb(91,110,188); }

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

border-color css

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

 span { border-color: rgb(91,110,188); }

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