Html Css Color HEX #5398DF Picton Blue

📋 copy color: '#5398DF'

red 83 ◦ green 152 ◦ blue 223

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

Shades of Picton Blue #5398DF

Tints of Picton Blue #5398DF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.19%

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

R = 18.12%
G = 33.19%
B = 48.69%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5398DF (or 0x5398DF) is known color: Picton Blue. HEX triplet: 53, 98 and DF. RGB value is (83,152,223). Sum of RGB (Red+Green+Blue) = 83+152+223=458 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.12% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #5398DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5398DF is #AC6720. Grayscale: #8B8B8B. Windows color (decimal): -11298593 or 14653523. OLE color: 14653523.

HSL color Cylindrical-coordinate representation of color #5398DF: hue angle of 210.43º 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 #5398DF is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 152 223 -
CMYK 0.63 0.32 0 0.13
HSL 210.43º 0.69% 0.6% -
HSV(B) 210.43º 0.63% 0.87% -
XYZ 28.11 29.62 74.05 -
YUV 139.46 175.14 87.73 -
System Red Green Blue C M Y K H S L
Decimal 83 152 223 0.63 0.32 0 0.13 210.43 0.69 0.6
Hex 53 98 DF 3F 20 0 D D2 45 3C
Octal 123 230 337 77 40 0 15 322 105 74
Binary 1010011 10011000 11011111 111111 100000 0 1101 11010010 1000101 111100

Color Harmonies of #5398DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5398DF

Black with #5398DF

Text Example


Text Example

White with #5398DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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