#5195C3

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

Shades of Picton Blue #5195C3

Tints of Picton Blue #5195C3

Color information

#5195C3 (or 0x5195C3) is unknown color: approx Picton Blue. HEX triplet: 51, 95 and C3. RGB value is (81,149,195). Sum of RGB (Red+Green+Blue) = 81+149+195=425 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.06% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 195 (76.56% from 255 or 45.88% from 425); Max value from RGB is 195 - color contains mainly: blue. Hex color #5195C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5195C3 is #AE6A3C. Grayscale: #858585. Windows color (decimal): -11430461 or 12817745. OLE color: 12817745.

HSL color Cylindrical-coordinate representation of color #5195C3: hue angle of 204.21º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5195C3 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB81149195-
CMYK0.580.2400.24
HSL204.21º48.72%54.12%-
HSV(B)204.21º58.46%76.47%-
XYZ23.9927.1855.61-
YUV133.91162.4790.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.06%
GREEN value IS 149 (58.59% from 255) = 35.06%
BLUE value IS 195 (76.56% from 255) = 45.88%
R=19.06%
G=35.06%
B=45.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal811491950.580.2400.24204.2148.7254.12
Hex5195C33A18018cc3136
Octal12122530372300303146166
Binary101000110010101110000111110101100001100011001100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5195C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5195C3; }

 p { color: rgb(81,149,195); }

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

<style>
 a { background-color: #5195C3; }

 a { background-color: rgb(81,149,195); }

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

<style>
 span { border-color: #5195C3; }

 span { border-color: rgb(81,149,195); }

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