#5D63BE

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

Shades of Chetwode Blue #5D63BE

Tints of Chetwode Blue #5D63BE

Color information

#5D63BE (or 0x5D63BE) is unknown color: approx Chetwode Blue. HEX triplet: 5D, 63 and BE. RGB value is (93,99,190). Sum of RGB (Red+Green+Blue) = 93+99+190=382 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.35% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #5D63BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D63BE is #A29C41. Grayscale: #6B6B6B. Windows color (decimal): -10656834 or 12477277. OLE color: 12477277.

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

Color convert

RGB9399190-
CMYK0.510.4800.25
HSL236.29º42.73%55.49%-
HSV(B)236.29º51.05%74.51%-
XYZ18.2714.9750.64-
YUV107.58174.51117.6-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.35%
GREEN value IS 99 (39.06% from 255) = 25.92%
BLUE value IS 190 (74.61% from 255) = 49.74%
R=24.35%
G=25.92%
B=49.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal93991900.510.4800.25236.2942.7355.49
Hex5D63BE3330019ec2b37
Octal13514327663600313545367
Binary101110111000111011111011001111000001100111101100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D63BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,99,190); }

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

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

 a { background-color: rgb(93,99,190); }

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

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

 span { border-color: rgb(93,99,190); }

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