Html Css Color HEX #539BD0 Picton Blue

📋 copy color: '#539BD0'

red 83 ◦ green 155 ◦ blue 208

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

Shades of Picton Blue #539BD0

Tints of Picton Blue #539BD0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.75%

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

R = 18.61%
G = 34.75%
B = 46.64%

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

#539BD0 (or 0x539BD0) is known color: Picton Blue. HEX triplet: 53, 9B and D0. RGB value is (83,155,208). Sum of RGB (Red+Green+Blue) = 83+155+208=446 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.61% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 208 (81.64% from 255 or 46.64% from 446); Max value from RGB is 208 - color contains mainly: blue. Hex color #539BD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539BD0 is #AC642F. Grayscale: #8B8B8B. Windows color (decimal): -11297840 or 13671251. OLE color: 13671251.

HSL color Cylindrical-coordinate representation of color #539BD0: hue angle of 205.44º 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 #539BD0 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 83 155 208 -
CMYK 0.60 0.25 0 0.18
HSL 205.44º 0.57% 0.57% -
HSV(B) 205.44º 0.6% 0.82% -
XYZ 26.67 29.84 64.03 -
YUV 139.51 166.65 87.69 -
System Red Green Blue C M Y K H S L
Decimal 83 155 208 0.60 0.25 0 0.18 205.44 0.57 0.57
Hex 53 9B D0 3C 19 0 12 CD 39 39
Octal 123 233 320 74 31 0 22 315 71 71
Binary 1010011 10011011 11010000 111100 11001 0 10010 11001101 111001 111001

Color Harmonies of #539BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539BD0

Black with #539BD0

Text Example


Text Example

White with #539BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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