Html Css Color HEX #539EE5 Picton Blue

📋 copy color: '#539EE5'

red 83 ◦ green 158 ◦ blue 229

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

Shades of Picton Blue #539EE5

Tints of Picton Blue #539EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.72%

R = 17.66%
G = 33.62%
B = 48.72%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#539EE5 (or 0x539EE5) is known color: Picton Blue. HEX triplet: 53, 9E and E5. RGB value is (83,158,229). Sum of RGB (Red+Green+Blue) = 83+158+229=470 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.66% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 229 (89.84% from 255 or 48.72% from 470); Max value from RGB is 229 - color contains mainly: blue. Hex color #539EE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539EE5 is #AC611A. Grayscale: #8F8F8F. Windows color (decimal): -11297051 or 15048275. OLE color: 15048275.

HSL color Cylindrical-coordinate representation of color #539EE5: hue angle of 209.18º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #539EE5 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 83 158 229 -
CMYK 0.64 0.31 0 0.10
HSL 209.18º 0.74% 0.61% -
HSV(B) 209.18º 0.64% 0.9% -
XYZ 29.94 31.95 78.72 -
YUV 143.67 176.15 84.73 -
System Red Green Blue C M Y K H S L
Decimal 83 158 229 0.64 0.31 0 0.10 209.18 0.74 0.61
Hex 53 9E E5 40 1F 0 A D1 4A 3D
Octal 123 236 345 100 37 0 12 321 112 75
Binary 1010011 10011110 11100101 1000000 11111 0 1010 11010001 1001010 111101

Color Harmonies of #539EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539EE5

Black with #539EE5

Text Example


Text Example

White with #539EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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