Html Css Color HEX #5698CC Picton Blue

📋 copy color: '#5698CC'

red 86 ◦ green 152 ◦ blue 204

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

Shades of Picton Blue #5698CC

Tints of Picton Blue #5698CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 19.46%
G = 34.39%
B = 46.15%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5698CC (or 0x5698CC) is known color: Picton Blue. HEX triplet: 56, 98 and CC. RGB value is (86,152,204). Sum of RGB (Red+Green+Blue) = 86+152+204=442 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.46% from 442); Green value is 152 (59.77% from 255 or 34.39% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #5698CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5698CC is #A96733. Grayscale: #898989. Windows color (decimal): -11102004 or 13408342. OLE color: 13408342.

HSL color Cylindrical-coordinate representation of color #5698CC: hue angle of 206.44º 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 #5698CC is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 86 152 204 -
CMYK 0.58 0.25 0 0.2
HSL 206.44º 0.54% 0.57% -
HSV(B) 206.44º 0.58% 0.8% -
XYZ 25.97 28.79 61.32 -
YUV 138.19 165.13 90.77 -
System Red Green Blue C M Y K H S L
Decimal 86 152 204 0.58 0.25 0 0.2 206.44 0.54 0.57
Hex 56 98 CC 3A 19 0 14 CE 36 39
Octal 126 230 314 72 31 0 24 316 66 71
Binary 1010110 10011000 11001100 111010 11001 0 10100 11001110 110110 111001

Color Harmonies of #5698CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5698CC

Black with #5698CC

Text Example


Text Example

White with #5698CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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