Html Css Color HEX #5299CB Picton Blue

📋 copy color: '#5299CB'

red 82 ◦ green 153 ◦ blue 203

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

Shades of Picton Blue #5299CB

Tints of Picton Blue #5299CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.35%

R = 18.72%
G = 34.93%
B = 46.35%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5299CB (or 0x5299CB) is known color: Picton Blue. HEX triplet: 52, 99 and CB. RGB value is (82,153,203). Sum of RGB (Red+Green+Blue) = 82+153+203=438 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.72% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #5299CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5299CB is #AD6634. Grayscale: #898989. Windows color (decimal): -11363893 or 13343058. OLE color: 13343058.

HSL color Cylindrical-coordinate representation of color #5299CB: hue angle of 204.79º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5299CB is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 153 203 -
CMYK 0.60 0.25 0 0.20
HSL 204.79º 0.54% 0.56% -
HSV(B) 204.79º 0.6% 0.8% -
XYZ 25.65 28.89 60.72 -
YUV 137.47 164.98 88.43 -
System Red Green Blue C M Y K H S L
Decimal 82 153 203 0.60 0.25 0 0.20 204.79 0.54 0.56
Hex 52 99 CB 3C 19 0 14 CD 36 38
Octal 122 231 313 74 31 0 24 315 66 70
Binary 1010010 10011001 11001011 111100 11001 0 10100 11001101 110110 111000

Color Harmonies of #5299CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5299CB

Black with #5299CB

Text Example


Text Example

White with #5299CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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