#5E68BB

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

Shades of Chetwode Blue #5E68BB

Tints of Chetwode Blue #5E68BB

Color information

#5E68BB (or 0x5E68BB) is unknown color: approx Chetwode Blue. HEX triplet: 5E, 68 and BB. RGB value is (94,104,187). Sum of RGB (Red+Green+Blue) = 94+104+187=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #5E68BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E68BB is #A19744. Grayscale: #6E6E6E. Windows color (decimal): -10590021 or 12281950. OLE color: 12281950.

HSL color Cylindrical-coordinate representation of color #5E68BB: hue angle of 233.55º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E68BB is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB94104187-
CMYK0.500.4400.27
HSL233.55º40.61%55.1%-
HSV(B)233.55º49.73%73.33%-
XYZ18.5415.8749.1-
YUV110.47171.19116.25-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.42%
GREEN value IS 104 (41.02% from 255) = 27.01%
BLUE value IS 187 (73.44% from 255) = 48.57%
R=24.42%
G=27.01%
B=48.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal941041870.500.4400.27233.5540.6155.1
Hex5E68BB322C01Bea2937
Octal13615027362540333525167
Binary101111011010001011101111001010110001101111101010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E68BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,104,187); }

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

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

 a { background-color: rgb(94,104,187); }

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

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

 span { border-color: rgb(94,104,187); }

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