Html Css Color HEX #5B6BBC Chetwode Blue

📋 copy color: '#5B6BBC'

red 91 ◦ green 107 ◦ blue 188

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

Shades of Chetwode Blue #5B6BBC

Tints of Chetwode Blue #5B6BBC

RGB

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

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

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

R = 23.58%
G = 27.72%
B = 48.7%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5B6BBC (or 0x5B6BBC) is known color: Chetwode Blue. HEX triplet: 5B, 6B and BC. RGB value is (91,107,188). Sum of RGB (Red+Green+Blue) = 91+107+188=386 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.58% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #5B6BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6BBC is #A49443. Grayscale: #6F6F6F. Windows color (decimal): -10785860 or 12348251. OLE color: 12348251.

HSL color Cylindrical-coordinate representation of color #5B6BBC: hue angle of 230.1º 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 #5B6BBC is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 91 107 188 -
CMYK 0.52 0.43 0 0.26
HSL 230.1º 0.42% 0.55% -
HSV(B) 230.1º 0.52% 0.74% -
XYZ 18.65 16.37 49.75 -
YUV 111.45 171.2 113.41 -
System Red Green Blue C M Y K H S L
Decimal 91 107 188 0.52 0.43 0 0.26 230.1 0.42 0.55
Hex 5B 6B BC 34 2B 0 1A E6 2A 37
Octal 133 153 274 64 53 0 32 346 52 67
Binary 1011011 1101011 10111100 110100 101011 0 11010 11100110 101010 110111

Color Harmonies of #5B6BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6BBC

Black with #5B6BBC

Text Example


Text Example

White with #5B6BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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