Html Css Color HEX #539EC7 Picton Blue

📋 copy color: '#539EC7'

red 83 ◦ green 158 ◦ blue 199

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

Shades of Picton Blue #539EC7

Tints of Picton Blue #539EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.23%

R = 18.86%
G = 35.91%
B = 45.23%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#539EC7 (or 0x539EC7) is known color: Picton Blue. HEX triplet: 53, 9E and C7. RGB value is (83,158,199). Sum of RGB (Red+Green+Blue) = 83+158+199=440 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.86% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 199 (78.12% from 255 or 45.23% from 440); Max value from RGB is 199 - color contains mainly: blue. Hex color #539EC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539EC7 is #AC6138. Grayscale: #8C8C8C. Windows color (decimal): -11297081 or 13082195. OLE color: 13082195.

HSL color Cylindrical-coordinate representation of color #539EC7: hue angle of 201.21º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #539EC7 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 83 158 199 -
CMYK 0.58 0.21 0 0.22
HSL 201.21º 0.51% 0.55% -
HSV(B) 201.21º 0.58% 0.78% -
XYZ 26.1 30.42 58.53 -
YUV 140.25 161.15 87.17 -
System Red Green Blue C M Y K H S L
Decimal 83 158 199 0.58 0.21 0 0.22 201.21 0.51 0.55
Hex 53 9E C7 3A 15 0 16 C9 33 37
Octal 123 236 307 72 25 0 26 311 63 67
Binary 1010011 10011110 11000111 111010 10101 0 10110 11001001 110011 110111

Color Harmonies of #539EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539EC7

Black with #539EC7

Text Example


Text Example

White with #539EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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