Html Css Color HEX #539EC5 Picton Blue

📋 copy color: '#539EC5'

red 83 ◦ green 158 ◦ blue 197

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

Shades of Picton Blue #539EC5

Tints of Picton Blue #539EC5

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.07%

 BLUE value IS 197 (77.34% from 255) = 44.98%

R = 18.95%
G = 36.07%
B = 44.98%

CMYK

 C value IS 0.58

 M value IS 0.20

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#539EC5 (or 0x539EC5) is known color: Picton Blue. HEX triplet: 53, 9E and C5. RGB value is (83,158,197). Sum of RGB (Red+Green+Blue) = 83+158+197=438 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.95% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 197 (77.34% from 255 or 44.98% from 438); Max value from RGB is 197 - color contains mainly: blue. Hex color #539EC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539EC5 is #AC613A. Grayscale: #8B8B8B. Windows color (decimal): -11297083 or 12951123. OLE color: 12951123.

HSL color Cylindrical-coordinate representation of color #539EC5: hue angle of 200.53º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #539EC5 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 83 158 197 -
CMYK 0.58 0.20 0 0.23
HSL 200.53º 0.5% 0.55% -
HSV(B) 200.53º 0.58% 0.77% -
XYZ 25.87 30.32 57.31 -
YUV 140.02 160.15 87.33 -
System Red Green Blue C M Y K H S L
Decimal 83 158 197 0.58 0.20 0 0.23 200.53 0.5 0.55
Hex 53 9E C5 3A 14 0 17 C9 32 37
Octal 123 236 305 72 24 0 27 311 62 67
Binary 1010011 10011110 11000101 111010 10100 0 10111 11001001 110010 110111

Color Harmonies of #539EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539EC5

Black with #539EC5

Text Example


Text Example

White with #539EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,158,197); }

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

background-color css

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

 a { background-color: rgb(83,158,197); }

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

border-color css

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

 span { border-color: rgb(83,158,197); }

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