#5B66BE

Color #5B66BE Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #5B66BE

Tints of Chetwode Blue #5B66BE

Color information

#5B66BE (or 0x5B66BE) is unknown color: approx Chetwode Blue. HEX triplet: 5B, 66 and BE. RGB value is (91,102,190). Sum of RGB (Red+Green+Blue) = 91+102+190=383 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.76% from 383); Green value is 102 (40.23% from 255 or 26.63% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #5B66BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B66BE is #A49941. Grayscale: #6C6C6C. Windows color (decimal): -10787138 or 12478043. OLE color: 12478043.

HSL color Cylindrical-coordinate representation of color #5B66BE: hue angle of 233.33º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5B66BE is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB91102190-
CMYK0.520.4600.25
HSL233.33º43.23%55.1%-
HSV(B)233.33º52.11%74.51%-
XYZ18.3615.4450.73-
YUV108.74173.86115.34-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.76%
GREEN value IS 102 (40.23% from 255) = 26.63%
BLUE value IS 190 (74.61% from 255) = 49.61%
R=23.76%
G=26.63%
B=49.61%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal911021900.520.4600.25233.3343.2355.1
Hex5B66BE342E019e92b37
Octal13314627664560313515367
Binary101101111001101011111011010010111001100111101001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B66BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,102,190); }

 H1.HeaderClassName
 {
   color: #5B66BE;
 }
 .AnyTagClassName
 {
   color: #5B66BE;
 }
</style>
background-color css

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

 a { background-color: rgb(91,102,190); }

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

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

 span { border-color: rgb(91,102,190); }

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