Html Css Color HEX #539CDA Picton Blue

📋 copy color: '#539CDA'

red 83 ◦ green 156 ◦ blue 218

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

Shades of Picton Blue #539CDA

Tints of Picton Blue #539CDA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.14%

 BLUE value IS 218 (85.55% from 255) = 47.7%

R = 18.16%
G = 34.14%
B = 47.7%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#539CDA (or 0x539CDA) is known color: Picton Blue. HEX triplet: 53, 9C and DA. RGB value is (83,156,218). Sum of RGB (Red+Green+Blue) = 83+156+218=457 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.16% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #539CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539CDA is #AC6325. Grayscale: #8C8C8C. Windows color (decimal): -11297574 or 14326867. OLE color: 14326867.

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

Color convert

RGB 83 156 218 -
CMYK 0.62 0.28 0 0.15
HSL 207.56º 0.65% 0.59% -
HSV(B) 207.56º 0.62% 0.85% -
XYZ 28.11 30.68 70.77 -
YUV 141.24 171.32 86.46 -
System Red Green Blue C M Y K H S L
Decimal 83 156 218 0.62 0.28 0 0.15 207.56 0.65 0.59
Hex 53 9C DA 3E 1C 0 F D0 41 3B
Octal 123 234 332 76 34 0 17 320 101 73
Binary 1010011 10011100 11011010 111110 11100 0 1111 11010000 1000001 111011

Color Harmonies of #539CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539CDA

Black with #539CDA

Text Example


Text Example

White with #539CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,156,218); }

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

background-color css

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

 a { background-color: rgb(83,156,218); }

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

border-color css

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

 span { border-color: rgb(83,156,218); }

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