Html Css Color HEX #5698DD Picton Blue

📋 copy color: '#5698DD'

red 86 ◦ green 152 ◦ blue 221

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

Shades of Picton Blue #5698DD

Tints of Picton Blue #5698DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.15%

R = 18.74%
G = 33.12%
B = 48.15%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5698DD (or 0x5698DD) is known color: Picton Blue. HEX triplet: 56, 98 and DD. RGB value is (86,152,221). Sum of RGB (Red+Green+Blue) = 86+152+221=459 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.74% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #5698DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5698DD is #A96722. Grayscale: #8B8B8B. Windows color (decimal): -11101987 or 14522454. OLE color: 14522454.

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

Color convert

RGB 86 152 221 -
CMYK 0.61 0.31 0 0.13
HSL 210.67º 0.67% 0.6% -
HSV(B) 210.67º 0.61% 0.87% -
XYZ 28.12 29.66 72.65 -
YUV 140.13 173.63 89.39 -
System Red Green Blue C M Y K H S L
Decimal 86 152 221 0.61 0.31 0 0.13 210.67 0.67 0.6
Hex 56 98 DD 3D 1F 0 D D3 43 3C
Octal 126 230 335 75 37 0 15 323 103 74
Binary 1010110 10011000 11011101 111101 11111 0 1101 11010011 1000011 111100

Color Harmonies of #5698DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5698DD

Black with #5698DD

Text Example


Text Example

White with #5698DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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