Html Css Color HEX #539CE0 Picton Blue

📋 copy color: '#539CE0'

red 83 ◦ green 156 ◦ blue 224

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

Shades of Picton Blue #539CE0

Tints of Picton Blue #539CE0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.69%

 BLUE value IS 224 (87.89% from 255) = 48.38%

R = 17.93%
G = 33.69%
B = 48.38%

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

#539CE0 (or 0x539CE0) is known color: Picton Blue. HEX triplet: 53, 9C and E0. RGB value is (83,156,224). Sum of RGB (Red+Green+Blue) = 83+156+224=463 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.93% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 224 - color contains mainly: blue. Hex color #539CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539CE0 is #AC631F. Grayscale: #8D8D8D. Windows color (decimal): -11297568 or 14720083. OLE color: 14720083.

HSL color Cylindrical-coordinate representation of color #539CE0: hue angle of 208.94º degrees, saturation: 0.69, 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 #539CE0 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 83 156 224 -
CMYK 0.63 0.30 0 0.12
HSL 208.94º 0.69% 0.6% -
HSV(B) 208.94º 0.63% 0.88% -
XYZ 28.91 31 74.98 -
YUV 141.93 174.32 85.97 -
System Red Green Blue C M Y K H S L
Decimal 83 156 224 0.63 0.30 0 0.12 208.94 0.69 0.6
Hex 53 9C E0 3F 1E 0 C D1 45 3C
Octal 123 234 340 77 36 0 14 321 105 74
Binary 1010011 10011100 11100000 111111 11110 0 1100 11010001 1000101 111100

Color Harmonies of #539CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539CE0

Black with #539CE0

Text Example


Text Example

White with #539CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,156,224); }

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

background-color css

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

 a { background-color: rgb(83,156,224); }

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

border-color css

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

 span { border-color: rgb(83,156,224); }

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