Html Css Color HEX #5698DF Picton Blue

📋 copy color: '#5698DF'

red 86 ◦ green 152 ◦ blue 223

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

Shades of Picton Blue #5698DF

Tints of Picton Blue #5698DF

RGB

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

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

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

R = 18.66%
G = 32.97%
B = 48.37%

CMYK

 C value IS 0.61

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5698DF (or 0x5698DF) is known color: Picton Blue. HEX triplet: 56, 98 and DF. RGB value is (86,152,223). Sum of RGB (Red+Green+Blue) = 86+152+223=461 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.66% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #5698DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5698DF is #A96720. Grayscale: #8C8C8C. Windows color (decimal): -11101985 or 14653526. OLE color: 14653526.

HSL color Cylindrical-coordinate representation of color #5698DF: hue angle of 211.09º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5698DF is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 152 223 -
CMYK 0.61 0.32 0 0.13
HSL 211.09º 0.68% 0.61% -
HSV(B) 211.09º 0.61% 0.87% -
XYZ 28.39 29.76 74.06 -
YUV 140.36 174.63 89.23 -
System Red Green Blue C M Y K H S L
Decimal 86 152 223 0.61 0.32 0 0.13 211.09 0.68 0.61
Hex 56 98 DF 3D 20 0 D D3 44 3D
Octal 126 230 337 75 40 0 15 323 104 75
Binary 1010110 10011000 11011111 111101 100000 0 1101 11010011 1000100 111101

Color Harmonies of #5698DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5698DF

Black with #5698DF

Text Example


Text Example

White with #5698DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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