Html Css Color HEX #5698CD Picton Blue

📋 copy color: '#5698CD'

red 86 ◦ green 152 ◦ blue 205

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

Shades of Picton Blue #5698CD

Tints of Picton Blue #5698CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.28%

R = 19.41%
G = 34.31%
B = 46.28%

CMYK

 C value IS 0.58

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5698CD (or 0x5698CD) is known color: Picton Blue. HEX triplet: 56, 98 and CD. RGB value is (86,152,205). Sum of RGB (Red+Green+Blue) = 86+152+205=443 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.41% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #5698CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5698CD is #A96732. Grayscale: #8A8A8A. Windows color (decimal): -11102003 or 13473878. OLE color: 13473878.

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

Color convert

RGB 86 152 205 -
CMYK 0.58 0.26 0 0.20
HSL 206.72º 0.54% 0.57% -
HSV(B) 206.72º 0.58% 0.8% -
XYZ 26.09 28.84 61.95 -
YUV 138.31 165.63 90.69 -
System Red Green Blue C M Y K H S L
Decimal 86 152 205 0.58 0.26 0 0.20 206.72 0.54 0.57
Hex 56 98 CD 3A 1A 0 14 CF 36 39
Octal 126 230 315 72 32 0 24 317 66 71
Binary 1010110 10011000 11001101 111010 11010 0 10100 11001111 110110 111001

Color Harmonies of #5698CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5698CD

Black with #5698CD

Text Example


Text Example

White with #5698CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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