Html Css Color HEX #519BC4 Picton Blue

📋 copy color: '#519BC4'

red 81 ◦ green 155 ◦ blue 196

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

Shades of Picton Blue #519BC4

Tints of Picton Blue #519BC4

RGB

 RED value IS 81 (32.03% from 255) = 18.75%

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

 BLUE value IS 196 (76.95% from 255) = 45.37%

R = 18.75%
G = 35.88%
B = 45.37%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#519BC4 (or 0x519BC4) is known color: Picton Blue. HEX triplet: 51, 9B and C4. RGB value is (81,155,196). Sum of RGB (Red+Green+Blue) = 81+155+196=432 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.75% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 196 (76.95% from 255 or 45.37% from 432); Max value from RGB is 196 - color contains mainly: blue. Hex color #519BC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519BC4 is #AE643B. Grayscale: #898989. Windows color (decimal): -11428924 or 12884817. OLE color: 12884817.

HSL color Cylindrical-coordinate representation of color #519BC4: hue angle of 201.39º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #519BC4 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 81 155 196 -
CMYK 0.59 0.21 0 0.23
HSL 201.39º 0.49% 0.54% -
HSV(B) 201.39º 0.59% 0.77% -
XYZ 25.08 29.18 56.53 -
YUV 137.55 160.98 87.67 -
System Red Green Blue C M Y K H S L
Decimal 81 155 196 0.59 0.21 0 0.23 201.39 0.49 0.54
Hex 51 9B C4 3B 15 0 17 C9 31 36
Octal 121 233 304 73 25 0 27 311 61 66
Binary 1010001 10011011 11000100 111011 10101 0 10111 11001001 110001 110110

Color Harmonies of #519BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519BC4

Black with #519BC4

Text Example


Text Example

White with #519BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519BC4; }

 p { color: rgb(81,155,196); }

 H1.HeaderClassName
 {
   color: #519BC4;
 }
 .AnyTagClassName
 {
   color: #519BC4;
 }
</style>

background-color css

<style>
 a { background-color: #519BC4; }

 a { background-color: rgb(81,155,196); }

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

border-color css

<style>
 span { border-color: #519BC4; }

 span { border-color: rgb(81,155,196); }

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