Html Css Color HEX #5399DF Picton Blue

📋 copy color: '#5399DF'

red 83 ◦ green 153 ◦ blue 223

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

Shades of Picton Blue #5399DF

Tints of Picton Blue #5399DF

RGB

 RED value IS 83 (32.81% from 255) = 18.08%

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

 BLUE value IS 223 (87.5% from 255) = 48.58%

R = 18.08%
G = 33.33%
B = 48.58%

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

#5399DF (or 0x5399DF) is known color: Picton Blue. HEX triplet: 53, 99 and DF. RGB value is (83,153,223). Sum of RGB (Red+Green+Blue) = 83+153+223=459 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.08% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #5399DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5399DF is #AC6620. Grayscale: #8B8B8B. Windows color (decimal): -11298337 or 14653779. OLE color: 14653779.

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

Color convert

RGB 83 153 223 -
CMYK 0.63 0.31 0 0.13
HSL 210º 0.69% 0.6% -
HSV(B) 210º 0.63% 0.87% -
XYZ 28.28 29.95 74.1 -
YUV 140.05 174.81 87.31 -
System Red Green Blue C M Y K H S L
Decimal 83 153 223 0.63 0.31 0 0.13 210 0.69 0.6
Hex 53 99 DF 3F 1F 0 D D2 45 3C
Octal 123 231 337 77 37 0 15 322 105 74
Binary 1010011 10011001 11011111 111111 11111 0 1101 11010010 1000101 111100

Color Harmonies of #5399DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5399DF

Black with #5399DF

Text Example


Text Example

White with #5399DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5399DF; }

 p { color: rgb(83,153,223); }

 H1.HeaderClassName
 {
   color: #5399DF;
 }
 .AnyTagClassName
 {
   color: #5399DF;
 }
</style>

background-color css

<style>
 a { background-color: #5399DF; }

 a { background-color: rgb(83,153,223); }

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

border-color css

<style>
 span { border-color: #5399DF; }

 span { border-color: rgb(83,153,223); }

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