Html Css Color HEX #5299C9 Picton Blue

📋 copy color: '#5299C9'

red 82 ◦ green 153 ◦ blue 201

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

Shades of Picton Blue #5299C9

Tints of Picton Blue #5299C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 46.1%

R = 18.81%
G = 35.09%
B = 46.1%

CMYK

 C value IS 0.59

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5299C9 (or 0x5299C9) is known color: Picton Blue. HEX triplet: 52, 99 and C9. RGB value is (82,153,201). Sum of RGB (Red+Green+Blue) = 82+153+201=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 201 (78.91% from 255 or 46.10% from 436); Max value from RGB is 201 - color contains mainly: blue. Hex color #5299C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5299C9 is #AD6636. Grayscale: #888888. Windows color (decimal): -11363895 or 13211986. OLE color: 13211986.

HSL color Cylindrical-coordinate representation of color #5299C9: hue angle of 204.2º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5299C9 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 153 201 -
CMYK 0.59 0.24 0 0.21
HSL 204.2º 0.52% 0.55% -
HSV(B) 204.2º 0.59% 0.79% -
XYZ 25.41 28.79 59.48 -
YUV 137.24 163.98 88.6 -
System Red Green Blue C M Y K H S L
Decimal 82 153 201 0.59 0.24 0 0.21 204.2 0.52 0.55
Hex 52 99 C9 3B 18 0 15 CC 34 37
Octal 122 231 311 73 30 0 25 314 64 67
Binary 1010010 10011001 11001001 111011 11000 0 10101 11001100 110100 110111

Color Harmonies of #5299C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5299C9

Black with #5299C9

Text Example


Text Example

White with #5299C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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