Html Css Color HEX #5299DC Picton Blue

📋 copy color: '#5299DC'

red 82 ◦ green 153 ◦ blue 220

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

Shades of Picton Blue #5299DC

Tints of Picton Blue #5299DC

RGB

 RED value IS 82 (32.42% from 255) = 18.02%

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

 BLUE value IS 220 (86.33% from 255) = 48.35%

R = 18.02%
G = 33.63%
B = 48.35%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5299DC (or 0x5299DC) is known color: Picton Blue. HEX triplet: 52, 99 and DC. RGB value is (82,153,220). Sum of RGB (Red+Green+Blue) = 82+153+220=455 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.02% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #5299DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5299DC is #AD6623. Grayscale: #8B8B8B. Windows color (decimal): -11363876 or 14457170. OLE color: 14457170.

HSL color Cylindrical-coordinate representation of color #5299DC: hue angle of 209.13º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5299DC is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 153 220 -
CMYK 0.63 0.30 0 0.14
HSL 209.13º 0.66% 0.59% -
HSV(B) 209.13º 0.63% 0.86% -
XYZ 27.79 29.74 71.99 -
YUV 139.41 173.48 87.05 -
System Red Green Blue C M Y K H S L
Decimal 82 153 220 0.63 0.30 0 0.14 209.13 0.66 0.59
Hex 52 99 DC 3F 1E 0 E D1 42 3B
Octal 122 231 334 77 36 0 16 321 102 73
Binary 1010010 10011001 11011100 111111 11110 0 1110 11010001 1000010 111011

Color Harmonies of #5299DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5299DC

Black with #5299DC

Text Example


Text Example

White with #5299DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5299DC; }

 p { color: rgb(82,153,220); }

 H1.HeaderClassName
 {
   color: #5299DC;
 }
 .AnyTagClassName
 {
   color: #5299DC;
 }
</style>

background-color css

<style>
 a { background-color: #5299DC; }

 a { background-color: rgb(82,153,220); }

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

border-color css

<style>
 span { border-color: #5299DC; }

 span { border-color: rgb(82,153,220); }

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