Html Css Color HEX #5698DC Picton Blue

📋 copy color: '#5698DC'

red 86 ◦ green 152 ◦ blue 220

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

Shades of Picton Blue #5698DC

Tints of Picton Blue #5698DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.03%

R = 18.78%
G = 33.19%
B = 48.03%

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

#5698DC (or 0x5698DC) is known color: Picton Blue. HEX triplet: 56, 98 and DC. RGB value is (86,152,220). Sum of RGB (Red+Green+Blue) = 86+152+220=458 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.78% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #5698DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5698DC is #A96723. Grayscale: #8B8B8B. Windows color (decimal): -11101988 or 14456918. OLE color: 14456918.

HSL color Cylindrical-coordinate representation of color #5698DC: hue angle of 210.45º degrees, saturation: 0.66, 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 #5698DC is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 152 220 -
CMYK 0.61 0.31 0 0.14
HSL 210.45º 0.66% 0.6% -
HSV(B) 210.45º 0.61% 0.86% -
XYZ 27.98 29.6 71.95 -
YUV 140.02 173.13 89.47 -
System Red Green Blue C M Y K H S L
Decimal 86 152 220 0.61 0.31 0 0.14 210.45 0.66 0.6
Hex 56 98 DC 3D 1F 0 E D2 42 3C
Octal 126 230 334 75 37 0 16 322 102 74
Binary 1010110 10011000 11011100 111101 11111 0 1110 11010010 1000010 111100

Color Harmonies of #5698DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5698DC

Black with #5698DC

Text Example


Text Example

White with #5698DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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