Html Css Color HEX #5199CA Picton Blue

📋 copy color: '#5199CA'

red 81 ◦ green 153 ◦ blue 202

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

Shades of Picton Blue #5199CA

Tints of Picton Blue #5199CA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.09%

 BLUE value IS 202 (79.3% from 255) = 46.33%

R = 18.58%
G = 35.09%
B = 46.33%

CMYK

 C value IS 0.60

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5199CA (or 0x5199CA) is known color: Picton Blue. HEX triplet: 51, 99 and CA. RGB value is (81,153,202). Sum of RGB (Red+Green+Blue) = 81+153+202=436 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.58% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #5199CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5199CA is #AE6635. Grayscale: #888888. Windows color (decimal): -11429430 or 13277521. OLE color: 13277521.

HSL color Cylindrical-coordinate representation of color #5199CA: hue angle of 204.3º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5199CA is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 81 153 202 -
CMYK 0.60 0.24 0 0.21
HSL 204.3º 0.53% 0.55% -
HSV(B) 204.3º 0.6% 0.79% -
XYZ 25.45 28.8 60.09 -
YUV 137.06 164.65 88.02 -
System Red Green Blue C M Y K H S L
Decimal 81 153 202 0.60 0.24 0 0.21 204.3 0.53 0.55
Hex 51 99 CA 3C 18 0 15 CC 35 37
Octal 121 231 312 74 30 0 25 314 65 67
Binary 1010001 10011001 11001010 111100 11000 0 10101 11001100 110101 110111

Color Harmonies of #5199CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5199CA

Black with #5199CA

Text Example


Text Example

White with #5199CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5199CA; }

 p { color: rgb(81,153,202); }

 H1.HeaderClassName
 {
   color: #5199CA;
 }
 .AnyTagClassName
 {
   color: #5199CA;
 }
</style>

background-color css

<style>
 a { background-color: #5199CA; }

 a { background-color: rgb(81,153,202); }

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

border-color css

<style>
 span { border-color: #5199CA; }

 span { border-color: rgb(81,153,202); }

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