#5B68C9

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

Shades of Chetwode Blue #5B68C9

Tints of Chetwode Blue #5B68C9

Color information

#5B68C9 (or 0x5B68C9) is unknown color: approx Chetwode Blue. HEX triplet: 5B, 68 and C9. RGB value is (91,104,201). Sum of RGB (Red+Green+Blue) = 91+104+201=396 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.98% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #5B68C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B68C9 is #A49736. Grayscale: #6E6E6E. Windows color (decimal): -10786615 or 13199451. OLE color: 13199451.

HSL color Cylindrical-coordinate representation of color #5B68C9: hue angle of 232.91º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B68C9 is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB91104201-
CMYK0.550.4800.21
HSL232.91º50.46%57.25%-
HSV(B)232.91º54.73%78.82%-
XYZ19.8116.3457.37-
YUV111.17178.69113.61-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.98%
GREEN value IS 104 (41.02% from 255) = 26.26%
BLUE value IS 201 (78.91% from 255) = 50.76%
R=22.98%
G=26.26%
B=50.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal911042010.550.4800.21232.9150.4657.25
Hex5B68C93730015e93239
Octal13315031167600253516271
Binary101101111010001100100111011111000001010111101001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B68C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,104,201); }

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

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

 a { background-color: rgb(91,104,201); }

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

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

 span { border-color: rgb(91,104,201); }

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