Html Css Color HEX #5192CC Picton Blue

📋 copy color: '#5192CC'

red 81 ◦ green 146 ◦ blue 204

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

Shades of Picton Blue #5192CC

Tints of Picton Blue #5192CC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.87%

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

R = 18.79%
G = 33.87%
B = 47.33%

CMYK

 C value IS 0.60

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5192CC (or 0x5192CC) is known color: Picton Blue. HEX triplet: 51, 92 and CC. RGB value is (81,146,204). Sum of RGB (Red+Green+Blue) = 81+146+204=431 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.79% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #5192CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5192CC is #AE6D33. Grayscale: #848484. Windows color (decimal): -11431220 or 13406801. OLE color: 13406801.

HSL color Cylindrical-coordinate representation of color #5192CC: hue angle of 208.29º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5192CC is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 81 146 204 -
CMYK 0.60 0.28 0 0.2
HSL 208.29º 0.55% 0.56% -
HSV(B) 208.29º 0.6% 0.8% -
XYZ 24.57 26.67 60.98 -
YUV 133.18 167.97 90.78 -
System Red Green Blue C M Y K H S L
Decimal 81 146 204 0.60 0.28 0 0.2 208.29 0.55 0.56
Hex 51 92 CC 3C 1C 0 14 D0 37 38
Octal 121 222 314 74 34 0 24 320 67 70
Binary 1010001 10010010 11001100 111100 11100 0 10100 11010000 110111 111000

Color Harmonies of #5192CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5192CC

Black with #5192CC

Text Example


Text Example

White with #5192CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5192CC; }

 p { color: rgb(81,146,204); }

 H1.HeaderClassName
 {
   color: #5192CC;
 }
 .AnyTagClassName
 {
   color: #5192CC;
 }
</style>

background-color css

<style>
 a { background-color: #5192CC; }

 a { background-color: rgb(81,146,204); }

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

border-color css

<style>
 span { border-color: #5192CC; }

 span { border-color: rgb(81,146,204); }

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