Html Css Color HEX #539ADC Picton Blue

📋 copy color: '#539ADC'

red 83 ◦ green 154 ◦ blue 220

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

Shades of Picton Blue #539ADC

Tints of Picton Blue #539ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.14%

R = 18.16%
G = 33.7%
B = 48.14%

CMYK

 C value IS 0.62

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#539ADC (or 0x539ADC) is known color: Picton Blue. HEX triplet: 53, 9A and DC. RGB value is (83,154,220). Sum of RGB (Red+Green+Blue) = 83+154+220=457 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.16% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #539ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539ADC is #AC6523. Grayscale: #8B8B8B. Windows color (decimal): -11298084 or 14457427. OLE color: 14457427.

HSL color Cylindrical-coordinate representation of color #539ADC: hue angle of 208.91º degrees, saturation: 0.66, 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 #539ADC is Cyan = 0.62, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 83 154 220 -
CMYK 0.62 0.3 0 0.14
HSL 208.91º 0.66% 0.59% -
HSV(B) 208.91º 0.62% 0.86% -
XYZ 28.04 30.12 72.05 -
YUV 140.3 172.98 87.13 -
System Red Green Blue C M Y K H S L
Decimal 83 154 220 0.62 0.3 0 0.14 208.91 0.66 0.59
Hex 53 9A DC 3E 1E 0 E D1 42 3B
Octal 123 232 334 76 36 0 16 321 102 73
Binary 1010011 10011010 11011100 111110 11110 0 1110 11010001 1000010 111011

Color Harmonies of #539ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539ADC

Black with #539ADC

Text Example


Text Example

White with #539ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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