Html Css Color HEX #539DCD Picton Blue

📋 copy color: '#539DCD'

red 83 ◦ green 157 ◦ blue 205

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

Shades of Picton Blue #539DCD

Tints of Picton Blue #539DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.07%

R = 18.65%
G = 35.28%
B = 46.07%

CMYK

 C value IS 0.60

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#539DCD (or 0x539DCD) is known color: Picton Blue. HEX triplet: 53, 9D and CD. RGB value is (83,157,205). Sum of RGB (Red+Green+Blue) = 83+157+205=445 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.65% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #539DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539DCD is #AC6232. Grayscale: #8C8C8C. Windows color (decimal): -11297331 or 13475155. OLE color: 13475155.

HSL color Cylindrical-coordinate representation of color #539DCD: hue angle of 203.61º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #539DCD is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 157 205 -
CMYK 0.60 0.23 0 0.20
HSL 203.61º 0.55% 0.56% -
HSV(B) 203.61º 0.6% 0.8% -
XYZ 26.64 30.36 62.21 -
YUV 140.35 164.48 87.1 -
System Red Green Blue C M Y K H S L
Decimal 83 157 205 0.60 0.23 0 0.20 203.61 0.55 0.56
Hex 53 9D CD 3C 17 0 14 CC 37 38
Octal 123 235 315 74 27 0 24 314 67 70
Binary 1010011 10011101 11001101 111100 10111 0 10100 11001100 110111 111000

Color Harmonies of #539DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539DCD

Black with #539DCD

Text Example


Text Example

White with #539DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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