Html Css Color HEX #5398CE Picton Blue

📋 copy color: '#5398CE'

red 83 ◦ green 152 ◦ blue 206

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

Shades of Picton Blue #5398CE

Tints of Picton Blue #5398CE

RGB

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

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

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

R = 18.82%
G = 34.47%
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

#5398CE (or 0x5398CE) is known color: Picton Blue. HEX triplet: 53, 98 and CE. RGB value is (83,152,206). Sum of RGB (Red+Green+Blue) = 83+152+206=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 152 (59.77% from 255 or 34.47% 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 #5398CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5398CE is #AC6731. Grayscale: #898989. Windows color (decimal): -11298610 or 13539411. OLE color: 13539411.

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

Color convert

RGB 83 152 206 -
CMYK 0.60 0.26 0 0.19
HSL 206.34º 0.56% 0.57% -
HSV(B) 206.34º 0.6% 0.81% -
XYZ 25.94 28.75 62.58 -
YUV 137.53 166.64 89.11 -
System Red Green Blue C M Y K H S L
Decimal 83 152 206 0.60 0.26 0 0.19 206.34 0.56 0.57
Hex 53 98 CE 3C 1A 0 13 CE 38 39
Octal 123 230 316 74 32 0 23 316 70 71
Binary 1010011 10011000 11001110 111100 11010 0 10011 11001110 111000 111001

Color Harmonies of #5398CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5398CE

Black with #5398CE

Text Example


Text Example

White with #5398CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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