Html Css Color HEX #5391DC Picton Blue

📋 copy color: '#5391DC'

red 83 ◦ green 145 ◦ blue 220

#5391DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #5391DC

Tints of Picton Blue #5391DC

RGB

 RED value IS 83 (32.81% from 255) = 18.53%

 GREEN value IS 145 (57.03% from 255) = 32.37%

 BLUE value IS 220 (86.33% from 255) = 49.11%

R = 18.53%
G = 32.37%
B = 49.11%

CMYK

 C value IS 0.62

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5391DC (or 0x5391DC) is known color: Picton Blue. HEX triplet: 53, 91 and DC. RGB value is (83,145,220). Sum of RGB (Red+Green+Blue) = 83+145+220=448 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.53% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #5391DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5391DC is #AC6E23. Grayscale: #868686. Windows color (decimal): -11300388 or 14455123. OLE color: 14455123.

HSL color Cylindrical-coordinate representation of color #5391DC: hue angle of 212.85º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5391DC is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 145 220 -
CMYK 0.62 0.34 0 0.14
HSL 212.85º 0.66% 0.59% -
HSV(B) 212.85º 0.62% 0.86% -
XYZ 26.61 27.26 71.57 -
YUV 135.01 175.96 90.9 -
System Red Green Blue C M Y K H S L
Decimal 83 145 220 0.62 0.34 0 0.14 212.85 0.66 0.59
Hex 53 91 DC 3E 22 0 E D5 42 3B
Octal 123 221 334 76 42 0 16 325 102 73
Binary 1010011 10010001 11011100 111110 100010 0 1110 11010101 1000010 111011

Color Harmonies of #5391DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5391DC

Black with #5391DC

Text Example


Text Example

White with #5391DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5391DC; }

 p { color: rgb(83,145,220); }

 H1.HeaderClassName
 {
   color: #5391DC;
 }
 .AnyTagClassName
 {
   color: #5391DC;
 }
</style>

background-color css

<style>
 a { background-color: #5391DC; }

 a { background-color: rgb(83,145,220); }

 div.DivClassName
 {
   background-color: #5391DC;
 }
 .BgClassName
 {
   background-color: #5391DC;
 }
</style>

border-color css

<style>
 span { border-color: #5391DC; }

 span { border-color: rgb(83,145,220); }

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