Html Css Color HEX #5299CE Picton Blue

📋 copy color: '#5299CE'

red 82 ◦ green 153 ◦ blue 206

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

Shades of Picton Blue #5299CE

Tints of Picton Blue #5299CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.71%

R = 18.59%
G = 34.69%
B = 46.71%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5299CE (or 0x5299CE) is known color: Picton Blue. HEX triplet: 52, 99 and CE. RGB value is (82,153,206). Sum of RGB (Red+Green+Blue) = 82+153+206=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #5299CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5299CE is #AD6631. Grayscale: #898989. Windows color (decimal): -11363890 or 13539666. OLE color: 13539666.

HSL color Cylindrical-coordinate representation of color #5299CE: hue angle of 205.65º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5299CE is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 153 206 -
CMYK 0.60 0.26 0 0.19
HSL 205.65º 0.56% 0.56% -
HSV(B) 205.65º 0.6% 0.81% -
XYZ 26.01 29.03 62.63 -
YUV 137.81 166.48 88.19 -
System Red Green Blue C M Y K H S L
Decimal 82 153 206 0.60 0.26 0 0.19 205.65 0.56 0.56
Hex 52 99 CE 3C 1A 0 13 CE 38 38
Octal 122 231 316 74 32 0 23 316 70 70
Binary 1010010 10011001 11001110 111100 11010 0 10011 11001110 111000 111000

Color Harmonies of #5299CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5299CE

Black with #5299CE

Text Example


Text Example

White with #5299CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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