Html Css Color HEX #539ED6 Picton Blue

📋 copy color: '#539ED6'

red 83 ◦ green 158 ◦ blue 214

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

Shades of Picton Blue #539ED6

Tints of Picton Blue #539ED6

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.73%

 BLUE value IS 214 (83.98% from 255) = 47.03%

R = 18.24%
G = 34.73%
B = 47.03%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#539ED6 (or 0x539ED6) is known color: Picton Blue. HEX triplet: 53, 9E and D6. RGB value is (83,158,214). Sum of RGB (Red+Green+Blue) = 83+158+214=455 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.24% from 455); Green value is 158 (62.11% from 255 or 34.73% from 455); Blue value is 214 (83.98% from 255 or 47.03% from 455); Max value from RGB is 214 - color contains mainly: blue. Hex color #539ED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539ED6 is #AC6129. Grayscale: #8D8D8D. Windows color (decimal): -11297066 or 14065235. OLE color: 14065235.

HSL color Cylindrical-coordinate representation of color #539ED6: hue angle of 205.65º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #539ED6 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 83 158 214 -
CMYK 0.61 0.26 0 0.16
HSL 205.65º 0.62% 0.58% -
HSV(B) 205.65º 0.61% 0.84% -
XYZ 27.93 31.15 68.16 -
YUV 141.96 168.65 85.95 -
System Red Green Blue C M Y K H S L
Decimal 83 158 214 0.61 0.26 0 0.16 205.65 0.62 0.58
Hex 53 9E D6 3D 1A 0 10 CE 3E 3A
Octal 123 236 326 75 32 0 20 316 76 72
Binary 1010011 10011110 11010110 111101 11010 0 10000 11001110 111110 111010

Color Harmonies of #539ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539ED6

Black with #539ED6

Text Example


Text Example

White with #539ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539ED6; }

 p { color: rgb(83,158,214); }

 H1.HeaderClassName
 {
   color: #539ED6;
 }
 .AnyTagClassName
 {
   color: #539ED6;
 }
</style>

background-color css

<style>
 a { background-color: #539ED6; }

 a { background-color: rgb(83,158,214); }

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

border-color css

<style>
 span { border-color: #539ED6; }

 span { border-color: rgb(83,158,214); }

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