Html Css Color HEX #539ADB Picton Blue

📋 copy color: '#539ADB'

red 83 ◦ green 154 ◦ blue 219

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

Shades of Picton Blue #539ADB

Tints of Picton Blue #539ADB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.77%

 BLUE value IS 219 (85.94% from 255) = 48.03%

R = 18.2%
G = 33.77%
B = 48.03%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#539ADB (or 0x539ADB) is known color: Picton Blue. HEX triplet: 53, 9A and DB. RGB value is (83,154,219). Sum of RGB (Red+Green+Blue) = 83+154+219=456 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.20% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #539ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539ADB is #AC6524. Grayscale: #8B8B8B. Windows color (decimal): -11298085 or 14391891. OLE color: 14391891.

HSL color Cylindrical-coordinate representation of color #539ADB: hue angle of 208.68º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #539ADB is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 154 219 -
CMYK 0.62 0.30 0 0.14
HSL 208.68º 0.65% 0.59% -
HSV(B) 208.68º 0.62% 0.86% -
XYZ 27.91 30.06 71.35 -
YUV 140.18 172.48 87.21 -
System Red Green Blue C M Y K H S L
Decimal 83 154 219 0.62 0.30 0 0.14 208.68 0.65 0.59
Hex 53 9A DB 3E 1E 0 E D1 41 3B
Octal 123 232 333 76 36 0 16 321 101 73
Binary 1010011 10011010 11011011 111110 11110 0 1110 11010001 1000001 111011

Color Harmonies of #539ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539ADB

Black with #539ADB

Text Example


Text Example

White with #539ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,154,219); }

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

background-color css

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

 a { background-color: rgb(83,154,219); }

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

border-color css

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

 span { border-color: rgb(83,154,219); }

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