Html Css Color HEX #5698CE Picton Blue

📋 copy color: '#5698CE'

red 86 ◦ green 152 ◦ blue 206

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

Shades of Picton Blue #5698CE

Tints of Picton Blue #5698CE

RGB

 RED value IS 86 (33.98% from 255) = 19.37%

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

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

R = 19.37%
G = 34.23%
B = 46.4%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5698CE (or 0x5698CE) is known color: Picton Blue. HEX triplet: 56, 98 and CE. RGB value is (86,152,206). Sum of RGB (Red+Green+Blue) = 86+152+206=444 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.37% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #5698CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5698CE is #A96731. Grayscale: #8A8A8A. Windows color (decimal): -11102002 or 13539414. OLE color: 13539414.

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

Color convert

RGB 86 152 206 -
CMYK 0.58 0.26 0 0.19
HSL 207º 0.55% 0.57% -
HSV(B) 207º 0.58% 0.81% -
XYZ 26.21 28.89 62.59 -
YUV 138.42 166.13 90.61 -
System Red Green Blue C M Y K H S L
Decimal 86 152 206 0.58 0.26 0 0.19 207 0.55 0.57
Hex 56 98 CE 3A 1A 0 13 CF 37 39
Octal 126 230 316 72 32 0 23 317 67 71
Binary 1010110 10011000 11001110 111010 11010 0 10011 11001111 110111 111001

Color Harmonies of #5698CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5698CE

Black with #5698CE

Text Example


Text Example

White with #5698CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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