Html Css Color HEX #539EE1 Picton Blue

📋 copy color: '#539EE1'

red 83 ◦ green 158 ◦ blue 225

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

Shades of Picton Blue #539EE1

Tints of Picton Blue #539EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.28%

R = 17.81%
G = 33.91%
B = 48.28%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#539EE1 (or 0x539EE1) is known color: Picton Blue. HEX triplet: 53, 9E and E1. RGB value is (83,158,225). Sum of RGB (Red+Green+Blue) = 83+158+225=466 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.81% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 225 (88.28% from 255 or 48.28% from 466); Max value from RGB is 225 - color contains mainly: blue. Hex color #539EE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539EE1 is #AC611E. Grayscale: #8E8E8E. Windows color (decimal): -11297055 or 14786131. OLE color: 14786131.

HSL color Cylindrical-coordinate representation of color #539EE1: hue angle of 208.31º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #539EE1 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 83 158 225 -
CMYK 0.63 0.30 0 0.12
HSL 208.31º 0.7% 0.6% -
HSV(B) 208.31º 0.63% 0.88% -
XYZ 29.38 31.73 75.81 -
YUV 143.21 174.15 85.05 -
System Red Green Blue C M Y K H S L
Decimal 83 158 225 0.63 0.30 0 0.12 208.31 0.7 0.6
Hex 53 9E E1 3F 1E 0 C D0 46 3C
Octal 123 236 341 77 36 0 14 320 106 74
Binary 1010011 10011110 11100001 111111 11110 0 1100 11010000 1000110 111100

Color Harmonies of #539EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539EE1

Black with #539EE1

Text Example


Text Example

White with #539EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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