Html Css Color HEX #539BC3 Picton Blue

📋 copy color: '#539BC3'

red 83 ◦ green 155 ◦ blue 195

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

Shades of Picton Blue #539BC3

Tints of Picton Blue #539BC3

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.8%

 BLUE value IS 195 (76.56% from 255) = 45.03%

R = 19.17%
G = 35.8%
B = 45.03%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#539BC3 (or 0x539BC3) is known color: Picton Blue. HEX triplet: 53, 9B and C3. RGB value is (83,155,195). Sum of RGB (Red+Green+Blue) = 83+155+195=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 195 (76.56% from 255 or 45.03% from 433); Max value from RGB is 195 - color contains mainly: blue. Hex color #539BC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539BC3 is #AC643C. Grayscale: #898989. Windows color (decimal): -11297853 or 12819283. OLE color: 12819283.

HSL color Cylindrical-coordinate representation of color #539BC3: hue angle of 201.43º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #539BC3 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 83 155 195 -
CMYK 0.57 0.21 0 0.24
HSL 201.43º 0.48% 0.55% -
HSV(B) 201.43º 0.57% 0.76% -
XYZ 25.14 29.22 55.95 -
YUV 138.03 160.15 88.75 -
System Red Green Blue C M Y K H S L
Decimal 83 155 195 0.57 0.21 0 0.24 201.43 0.48 0.55
Hex 53 9B C3 39 15 0 18 C9 30 37
Octal 123 233 303 71 25 0 30 311 60 67
Binary 1010011 10011011 11000011 111001 10101 0 11000 11001001 110000 110111

Color Harmonies of #539BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539BC3

Black with #539BC3

Text Example


Text Example

White with #539BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,155,195); }

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

background-color css

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

 a { background-color: rgb(83,155,195); }

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

border-color css

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

 span { border-color: rgb(83,155,195); }

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