Html Css Color HEX #539CDE Picton Blue

📋 copy color: '#539CDE'

red 83 ◦ green 156 ◦ blue 222

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

Shades of Picton Blue #539CDE

Tints of Picton Blue #539CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.16%

R = 18%
G = 33.84%
B = 48.16%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#539CDE (or 0x539CDE) is known color: Picton Blue. HEX triplet: 53, 9C and DE. RGB value is (83,156,222). Sum of RGB (Red+Green+Blue) = 83+156+222=461 (61% of max value = 765). Red value is 83 (32.81% from 255 or 18.00% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #539CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539CDE is #AC6321. Grayscale: #8D8D8D. Windows color (decimal): -11297570 or 14589011. OLE color: 14589011.

HSL color Cylindrical-coordinate representation of color #539CDE: hue angle of 208.49º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #539CDE is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 156 222 -
CMYK 0.63 0.30 0 0.13
HSL 208.49º 0.68% 0.6% -
HSV(B) 208.49º 0.63% 0.87% -
XYZ 28.64 30.89 73.56 -
YUV 141.7 173.32 86.13 -
System Red Green Blue C M Y K H S L
Decimal 83 156 222 0.63 0.30 0 0.13 208.49 0.68 0.6
Hex 53 9C DE 3F 1E 0 D D0 44 3C
Octal 123 234 336 77 36 0 15 320 104 74
Binary 1010011 10011100 11011110 111111 11110 0 1101 11010000 1000100 111100

Color Harmonies of #539CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539CDE

Black with #539CDE

Text Example


Text Example

White with #539CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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