#5C83C1

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

Shades of Havelock Blue #5C83C1

Tints of Havelock Blue #5C83C1

Color information

#5C83C1 (or 0x5C83C1) is unknown color: approx Havelock Blue. HEX triplet: 5C, 83 and C1. RGB value is (92,131,193). Sum of RGB (Red+Green+Blue) = 92+131+193=416 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.12% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #5C83C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5C83C1 is #A37C3E. Grayscale: #7E7E7E. Windows color (decimal): -10714175 or 12682076. OLE color: 12682076.

HSL color Cylindrical-coordinate representation of color #5C83C1: hue angle of 216.83º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5C83C1 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB92131193-
CMYK0.520.3200.24
HSL216.83º44.89%55.88%-
HSV(B)216.83º52.33%75.69%-
XYZ22.1622.3653.6-
YUV126.41165.58103.46-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 22.12%
GREEN value IS 131 (51.56% from 255) = 31.49%
BLUE value IS 193 (75.78% from 255) = 46.39%
R=22.12%
G=31.49%
B=46.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal921311930.520.3200.24216.8344.8955.88
Hex5C83C13420018d92d38
Octal13420330164400303315570
Binary1011100100000111100000111010010000001100011011001101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C83C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,131,193); }

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

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

 a { background-color: rgb(92,131,193); }

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

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

 span { border-color: rgb(92,131,193); }

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