Html Css Color HEX #539EE3 Picton Blue

📋 copy color: '#539EE3'

red 83 ◦ green 158 ◦ blue 227

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

Shades of Picton Blue #539EE3

Tints of Picton Blue #539EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 48.5%

R = 17.74%
G = 33.76%
B = 48.5%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#539EE3 (or 0x539EE3) is known color: Picton Blue. HEX triplet: 53, 9E and E3. RGB value is (83,158,227). Sum of RGB (Red+Green+Blue) = 83+158+227=468 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.74% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 227 (89.06% from 255 or 48.50% from 468); Max value from RGB is 227 - color contains mainly: blue. Hex color #539EE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539EE3 is #AC611C. Grayscale: #8F8F8F. Windows color (decimal): -11297053 or 14917203. OLE color: 14917203.

HSL color Cylindrical-coordinate representation of color #539EE3: hue angle of 208.75º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #539EE3 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 83 158 227 -
CMYK 0.63 0.30 0 0.11
HSL 208.75º 0.72% 0.61% -
HSV(B) 208.75º 0.63% 0.89% -
XYZ 29.66 31.84 77.26 -
YUV 143.44 175.15 84.89 -
System Red Green Blue C M Y K H S L
Decimal 83 158 227 0.63 0.30 0 0.11 208.75 0.72 0.61
Hex 53 9E E3 3F 1E 0 B D1 48 3D
Octal 123 236 343 77 36 0 13 321 110 75
Binary 1010011 10011110 11100011 111111 11110 0 1011 11010001 1001000 111101

Color Harmonies of #539EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539EE3

Black with #539EE3

Text Example


Text Example

White with #539EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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