#5D83CB

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

Shades of Havelock Blue #5D83CB

Tints of Havelock Blue #5D83CB

Color information

#5D83CB (or 0x5D83CB) is unknown color: approx Havelock Blue. HEX triplet: 5D, 83 and CB. RGB value is (93,131,203). Sum of RGB (Red+Green+Blue) = 93+131+203=427 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.78% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #5D83CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D83CB is #A27C34. Grayscale: #7F7F7F. Windows color (decimal): -10648629 or 13337437. OLE color: 13337437.

HSL color Cylindrical-coordinate representation of color #5D83CB: hue angle of 219.27º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D83CB is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB93131203-
CMYK0.540.3500.20
HSL219.27º51.4%58.04%-
HSV(B)219.27º54.19%79.61%-
XYZ23.4122.8759.68-
YUV127.85170.41103.15-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.78%
GREEN value IS 131 (51.56% from 255) = 30.68%
BLUE value IS 203 (79.69% from 255) = 47.54%
R=21.78%
G=30.68%
B=47.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal931312030.540.3500.20219.2751.458.04
Hex5D83CB3623014db333a
Octal13520331366430243336372
Binary1011101100000111100101111011010001101010011011011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D83CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,131,203); }

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

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

 a { background-color: rgb(93,131,203); }

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

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

 span { border-color: rgb(93,131,203); }

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