Html Css Color HEX #539ECD Picton Blue

📋 copy color: '#539ECD'

red 83 ◦ green 158 ◦ blue 205

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

Shades of Picton Blue #539ECD

Tints of Picton Blue #539ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.96%

R = 18.61%
G = 35.43%
B = 45.96%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#539ECD (or 0x539ECD) is known color: Picton Blue. HEX triplet: 53, 9E and CD. RGB value is (83,158,205). Sum of RGB (Red+Green+Blue) = 83+158+205=446 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.61% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #539ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539ECD is #AC6132. Grayscale: #8C8C8C. Windows color (decimal): -11297075 or 13475411. OLE color: 13475411.

HSL color Cylindrical-coordinate representation of color #539ECD: hue angle of 203.11º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #539ECD is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 158 205 -
CMYK 0.60 0.23 0 0.20
HSL 203.11º 0.55% 0.56% -
HSV(B) 203.11º 0.6% 0.8% -
XYZ 26.81 30.7 62.27 -
YUV 140.93 164.15 86.68 -
System Red Green Blue C M Y K H S L
Decimal 83 158 205 0.60 0.23 0 0.20 203.11 0.55 0.56
Hex 53 9E CD 3C 17 0 14 CB 37 38
Octal 123 236 315 74 27 0 24 313 67 70
Binary 1010011 10011110 11001101 111100 10111 0 10100 11001011 110111 111000

Color Harmonies of #539ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539ECD

Black with #539ECD

Text Example


Text Example

White with #539ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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