Html Css Color HEX #5B6FBA Chetwode Blue

📋 copy color: '#5B6FBA'

red 91 ◦ green 111 ◦ blue 186

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

Shades of Chetwode Blue #5B6FBA

Tints of Chetwode Blue #5B6FBA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.61%

 BLUE value IS 186 (73.05% from 255) = 47.94%

R = 23.45%
G = 28.61%
B = 47.94%

CMYK

 C value IS 0.51

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5B6FBA (or 0x5B6FBA) is known color: Chetwode Blue. HEX triplet: 5B, 6F and BA. RGB value is (91,111,186). Sum of RGB (Red+Green+Blue) = 91+111+186=388 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.45% from 388); Green value is 111 (43.75% from 255 or 28.61% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B6FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6FBA is #A49045. Grayscale: #717171. Windows color (decimal): -10784838 or 12218203. OLE color: 12218203.

HSL color Cylindrical-coordinate representation of color #5B6FBA: hue angle of 227.37º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B6FBA is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 91 111 186 -
CMYK 0.51 0.40 0 0.27
HSL 227.37º 0.41% 0.54% -
HSV(B) 227.37º 0.51% 0.73% -
XYZ 18.86 17.14 48.77 -
YUV 113.57 168.87 111.9 -
System Red Green Blue C M Y K H S L
Decimal 91 111 186 0.51 0.40 0 0.27 227.37 0.41 0.54
Hex 5B 6F BA 33 28 0 1B E3 29 36
Octal 133 157 272 63 50 0 33 343 51 66
Binary 1011011 1101111 10111010 110011 101000 0 11011 11100011 101001 110110

Color Harmonies of #5B6FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6FBA

Black with #5B6FBA

Text Example


Text Example

White with #5B6FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,111,186); }

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

background-color css

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

 a { background-color: rgb(91,111,186); }

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

border-color css

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

 span { border-color: rgb(91,111,186); }

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