#5D62BF

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

Shades of Chetwode Blue #5D62BF

Tints of Chetwode Blue #5D62BF

Color information

#5D62BF (or 0x5D62BF) is unknown color: approx Chetwode Blue. HEX triplet: 5D, 62 and BF. RGB value is (93,98,191). Sum of RGB (Red+Green+Blue) = 93+98+191=382 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.35% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #5D62BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D62BF is #A29D40. Grayscale: #6A6A6A. Windows color (decimal): -10657089 or 12542557. OLE color: 12542557.

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

Color convert

RGB9398191-
CMYK0.510.4900.25
HSL236.94º43.36%55.69%-
HSV(B)236.94º51.31%74.9%-
XYZ18.2914.8251.19-
YUV107.11175.34117.94-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.35%
GREEN value IS 98 (38.67% from 255) = 25.65%
BLUE value IS 191 (75% from 255) = 50%
R=24.35%
G=25.65%
B=50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal93981910.510.4900.25236.9443.3655.69
Hex5D62BF3331019ed2b38
Octal13514227763610313555370
Binary101110111000101011111111001111000101100111101101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D62BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,98,191); }

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

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

 a { background-color: rgb(93,98,191); }

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

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

 span { border-color: rgb(93,98,191); }

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