Html Css Color HEX #5299DD Picton Blue

📋 copy color: '#5299DD'

red 82 ◦ green 153 ◦ blue 221

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

Shades of Picton Blue #5299DD

Tints of Picton Blue #5299DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.46%

R = 17.98%
G = 33.55%
B = 48.46%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5299DD (or 0x5299DD) is known color: Picton Blue. HEX triplet: 52, 99 and DD. RGB value is (82,153,221). Sum of RGB (Red+Green+Blue) = 82+153+221=456 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.98% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #5299DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5299DD is #AD6622. Grayscale: #8B8B8B. Windows color (decimal): -11363875 or 14522706. OLE color: 14522706.

HSL color Cylindrical-coordinate representation of color #5299DD: hue angle of 209.35º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5299DD is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 153 221 -
CMYK 0.63 0.31 0 0.13
HSL 209.35º 0.67% 0.59% -
HSV(B) 209.35º 0.63% 0.87% -
XYZ 27.92 29.8 72.69 -
YUV 139.52 173.98 86.97 -
System Red Green Blue C M Y K H S L
Decimal 82 153 221 0.63 0.31 0 0.13 209.35 0.67 0.59
Hex 52 99 DD 3F 1F 0 D D1 43 3B
Octal 122 231 335 77 37 0 15 321 103 73
Binary 1010010 10011001 11011101 111111 11111 0 1101 11010001 1000011 111011

Color Harmonies of #5299DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5299DD

Black with #5299DD

Text Example


Text Example

White with #5299DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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