#5D68BC

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

Shades of Chetwode Blue #5D68BC

Tints of Chetwode Blue #5D68BC

Color information

#5D68BC (or 0x5D68BC) is unknown color: approx Chetwode Blue. HEX triplet: 5D, 68 and BC. RGB value is (93,104,188). Sum of RGB (Red+Green+Blue) = 93+104+188=385 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.16% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #5D68BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D68BC is #A29743. Grayscale: #6D6D6D. Windows color (decimal): -10655556 or 12347485. OLE color: 12347485.

HSL color Cylindrical-coordinate representation of color #5D68BC: hue angle of 233.05º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D68BC is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB93104188-
CMYK0.510.4500.26
HSL233.05º41.48%55.1%-
HSV(B)233.05º50.53%73.73%-
XYZ18.5415.8649.66-
YUV110.29171.86115.67-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.16%
GREEN value IS 104 (41.02% from 255) = 27.01%
BLUE value IS 188 (73.83% from 255) = 48.83%
R=24.16%
G=27.01%
B=48.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal931041880.510.4500.26233.0541.4855.1
Hex5D68BC332D01Ae92937
Octal13515027463550323515167
Binary101110111010001011110011001110110101101011101001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D68BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,104,188); }

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

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

 a { background-color: rgb(93,104,188); }

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

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

 span { border-color: rgb(93,104,188); }

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