Html Css Color HEX #539ACC Picton Blue

📋 copy color: '#539ACC'

red 83 ◦ green 154 ◦ blue 204

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

Shades of Picton Blue #539ACC

Tints of Picton Blue #539ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.26%

R = 18.82%
G = 34.92%
B = 46.26%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#539ACC (or 0x539ACC) is known color: Picton Blue. HEX triplet: 53, 9A and CC. RGB value is (83,154,204). Sum of RGB (Red+Green+Blue) = 83+154+204=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #539ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539ACC is #AC6533. Grayscale: #8A8A8A. Windows color (decimal): -11298100 or 13408851. OLE color: 13408851.

HSL color Cylindrical-coordinate representation of color #539ACC: hue angle of 204.79º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #539ACC is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 83 154 204 -
CMYK 0.59 0.25 0 0.2
HSL 204.79º 0.54% 0.56% -
HSV(B) 204.79º 0.59% 0.8% -
XYZ 26.02 29.31 61.41 -
YUV 138.47 164.98 88.43 -
System Red Green Blue C M Y K H S L
Decimal 83 154 204 0.59 0.25 0 0.2 204.79 0.54 0.56
Hex 53 9A CC 3B 19 0 14 CD 36 38
Octal 123 232 314 73 31 0 24 315 66 70
Binary 1010011 10011010 11001100 111011 11001 0 10100 11001101 110110 111000

Color Harmonies of #539ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539ACC

Black with #539ACC

Text Example


Text Example

White with #539ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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