#5198c4

Color #5198C4 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #5198C4

Tints of Picton Blue #5198C4

Color information

#5198C4 (or 0x5198C4) is unknown color: approx Picton Blue. HEX triplet: 51, 98 and C4. RGB value is (81,152,196). Sum of RGB (Red+Green+Blue) = 81+152+196=429 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.88% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 196 (76.95% from 255 or 45.69% from 429); Max value from RGB is 196 - color contains mainly: blue. Hex color #5198C4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5198C4 is #AE673B. Grayscale: #878787. Windows color (decimal): -11429692 or 12884049. OLE color: 12884049.

HSL color Cylindrical-coordinate representation of color #5198C4: hue angle of 202.96º 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 #5198C4 is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB81152196-
CMYK0.590.2200.23
HSL202.96º49.36%54.31%-
HSV(B)202.96º58.67%76.86%-
XYZ24.5928.1956.37-
YUV135.79161.9888.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.88%
GREEN value IS 152 (59.77% from 255) = 35.43%
BLUE value IS 196 (76.95% from 255) = 45.69%
R=18.88%
G=35.43%
B=45.69%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal811521960.590.2200.23202.9649.3654.31
Hex5198C43B16017cb3136
Octal12123030473260273136166
Binary101000110011000110001001110111011001011111001011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5198c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5198c4; }

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

 H1.HeaderClassName
 {
   color: #5198c4;
 }
 .AnyTagClassName
 {
   color: #5198c4;
 }
</style>
background-color css

<style>
 a { background-color: #5198c4; }

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

 div.DivClassName
 {
   background-color: #5198c4;
 }
 .BgClassName
 {
   background-color: #5198c4;
 }
</style>
border-color css

<style>
 span { border-color: #5198c4; }

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

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