Html Css Color HEX #5192CF Picton Blue

📋 copy color: '#5192CF'

red 81 ◦ green 146 ◦ blue 207

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

Shades of Picton Blue #5192CF

Tints of Picton Blue #5192CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 18.66%
G = 33.64%
B = 47.7%

CMYK

 C value IS 0.61

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5192CF (or 0x5192CF) is known color: Picton Blue. HEX triplet: 51, 92 and CF. RGB value is (81,146,207). Sum of RGB (Red+Green+Blue) = 81+146+207=434 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.66% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #5192CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5192CF is #AE6D30. Grayscale: #858585. Windows color (decimal): -11431217 or 13603409. OLE color: 13603409.

HSL color Cylindrical-coordinate representation of color #5192CF: hue angle of 209.05º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5192CF is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 146 207 -
CMYK 0.61 0.29 0 0.19
HSL 209.05º 0.57% 0.56% -
HSV(B) 209.05º 0.61% 0.81% -
XYZ 24.93 26.81 62.89 -
YUV 133.52 169.47 90.54 -
System Red Green Blue C M Y K H S L
Decimal 81 146 207 0.61 0.29 0 0.19 209.05 0.57 0.56
Hex 51 92 CF 3D 1D 0 13 D1 39 38
Octal 121 222 317 75 35 0 23 321 71 70
Binary 1010001 10010010 11001111 111101 11101 0 10011 11010001 111001 111000

Color Harmonies of #5192CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5192CF

Black with #5192CF

Text Example


Text Example

White with #5192CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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