Html Css Color HEX #5395DC Picton Blue

📋 copy color: '#5395DC'

red 83 ◦ green 149 ◦ blue 220

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

Shades of Picton Blue #5395DC

Tints of Picton Blue #5395DC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.96%

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

R = 18.36%
G = 32.96%
B = 48.67%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5395DC (or 0x5395DC) is known color: Picton Blue. HEX triplet: 53, 95 and DC. RGB value is (83,149,220). Sum of RGB (Red+Green+Blue) = 83+149+220=452 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.36% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #5395DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5395DC is #AC6A23. Grayscale: #898989. Windows color (decimal): -11299364 or 14456147. OLE color: 14456147.

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

Color convert

RGB 83 149 220 -
CMYK 0.62 0.32 0 0.14
HSL 211.09º 0.66% 0.59% -
HSV(B) 211.09º 0.62% 0.86% -
XYZ 27.23 28.5 71.78 -
YUV 137.36 174.63 89.23 -
System Red Green Blue C M Y K H S L
Decimal 83 149 220 0.62 0.32 0 0.14 211.09 0.66 0.59
Hex 53 95 DC 3E 20 0 E D3 42 3B
Octal 123 225 334 76 40 0 16 323 102 73
Binary 1010011 10010101 11011100 111110 100000 0 1110 11010011 1000010 111011

Color Harmonies of #5395DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5395DC

Black with #5395DC

Text Example


Text Example

White with #5395DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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