Html Css Color HEX #5393DC Picton Blue

📋 copy color: '#5393DC'

red 83 ◦ green 147 ◦ blue 220

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

Shades of Picton Blue #5393DC

Tints of Picton Blue #5393DC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.67%

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

R = 18.44%
G = 32.67%
B = 48.89%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5393DC (or 0x5393DC) is known color: Picton Blue. HEX triplet: 53, 93 and DC. RGB value is (83,147,220). Sum of RGB (Red+Green+Blue) = 83+147+220=450 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.44% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #5393DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5393DC is #AC6C23. Grayscale: #878787. Windows color (decimal): -11299876 or 14455635. OLE color: 14455635.

HSL color Cylindrical-coordinate representation of color #5393DC: hue angle of 211.97º 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 #5393DC is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 147 220 -
CMYK 0.62 0.33 0 0.14
HSL 211.97º 0.66% 0.59% -
HSV(B) 211.97º 0.62% 0.86% -
XYZ 26.92 27.87 71.67 -
YUV 136.19 175.3 90.06 -
System Red Green Blue C M Y K H S L
Decimal 83 147 220 0.62 0.33 0 0.14 211.97 0.66 0.59
Hex 53 93 DC 3E 21 0 E D4 42 3B
Octal 123 223 334 76 41 0 16 324 102 73
Binary 1010011 10010011 11011100 111110 100001 0 1110 11010100 1000010 111011

Color Harmonies of #5393DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5393DC

Black with #5393DC

Text Example


Text Example

White with #5393DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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