Html Css Color HEX #5698DB Picton Blue

📋 copy color: '#5698DB'

red 86 ◦ green 152 ◦ blue 219

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

Shades of Picton Blue #5698DB

Tints of Picton Blue #5698DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.92%

R = 18.82%
G = 33.26%
B = 47.92%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5698DB (or 0x5698DB) is known color: Picton Blue. HEX triplet: 56, 98 and DB. RGB value is (86,152,219). Sum of RGB (Red+Green+Blue) = 86+152+219=457 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.82% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #5698DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5698DB is #A96724. Grayscale: #8B8B8B. Windows color (decimal): -11101989 or 14391382. OLE color: 14391382.

HSL color Cylindrical-coordinate representation of color #5698DB: hue angle of 210.23º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5698DB is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 152 219 -
CMYK 0.61 0.31 0 0.14
HSL 210.23º 0.65% 0.6% -
HSV(B) 210.23º 0.61% 0.86% -
XYZ 27.85 29.55 71.25 -
YUV 139.9 172.63 89.55 -
System Red Green Blue C M Y K H S L
Decimal 86 152 219 0.61 0.31 0 0.14 210.23 0.65 0.6
Hex 56 98 DB 3D 1F 0 E D2 41 3C
Octal 126 230 333 75 37 0 16 322 101 74
Binary 1010110 10011000 11011011 111101 11111 0 1110 11010010 1000001 111100

Color Harmonies of #5698DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5698DB

Black with #5698DB

Text Example


Text Example

White with #5698DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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