Html Css Color HEX #539DD0 Picton Blue

📋 copy color: '#539DD0'

red 83 ◦ green 157 ◦ blue 208

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

Shades of Picton Blue #539DD0

Tints of Picton Blue #539DD0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.04%

 BLUE value IS 208 (81.64% from 255) = 46.43%

R = 18.53%
G = 35.04%
B = 46.43%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#539DD0 (or 0x539DD0) is known color: Picton Blue. HEX triplet: 53, 9D and D0. RGB value is (83,157,208). Sum of RGB (Red+Green+Blue) = 83+157+208=448 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.53% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 208 (81.64% from 255 or 46.43% from 448); Max value from RGB is 208 - color contains mainly: blue. Hex color #539DD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539DD0 is #AC622F. Grayscale: #8C8C8C. Windows color (decimal): -11297328 or 13671763. OLE color: 13671763.

HSL color Cylindrical-coordinate representation of color #539DD0: hue angle of 204.48º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #539DD0 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 157 208 -
CMYK 0.60 0.25 0 0.18
HSL 204.48º 0.57% 0.57% -
HSV(B) 204.48º 0.6% 0.82% -
XYZ 27.01 30.51 64.14 -
YUV 140.69 165.98 86.85 -
System Red Green Blue C M Y K H S L
Decimal 83 157 208 0.60 0.25 0 0.18 204.48 0.57 0.57
Hex 53 9D D0 3C 19 0 12 CC 39 39
Octal 123 235 320 74 31 0 22 314 71 71
Binary 1010011 10011101 11010000 111100 11001 0 10010 11001100 111001 111001

Color Harmonies of #539DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539DD0

Black with #539DD0

Text Example


Text Example

White with #539DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,157,208); }

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

background-color css

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

 a { background-color: rgb(83,157,208); }

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

border-color css

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

 span { border-color: rgb(83,157,208); }

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