Html Css Color HEX #5796DC Picton Blue

📋 copy color: '#5796DC'

red 87 ◦ green 150 ◦ blue 220

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

Shades of Picton Blue #5796DC

Tints of Picton Blue #5796DC

RGB

 RED value IS 87 (34.38% from 255) = 19.04%

 GREEN value IS 150 (58.98% from 255) = 32.82%

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

R = 19.04%
G = 32.82%
B = 48.14%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5796DC (or 0x5796DC) is known color: Picton Blue. HEX triplet: 57, 96 and DC. RGB value is (87,150,220). Sum of RGB (Red+Green+Blue) = 87+150+220=457 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.04% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #5796DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5796DC is #A86923. Grayscale: #8A8A8A. Windows color (decimal): -11036964 or 14456407. OLE color: 14456407.

HSL color Cylindrical-coordinate representation of color #5796DC: hue angle of 211.58º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5796DC is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 150 220 -
CMYK 0.60 0.32 0 0.14
HSL 211.58º 0.66% 0.6% -
HSV(B) 211.58º 0.6% 0.86% -
XYZ 27.76 29.01 71.85 -
YUV 139.14 173.63 90.81 -
System Red Green Blue C M Y K H S L
Decimal 87 150 220 0.60 0.32 0 0.14 211.58 0.66 0.6
Hex 57 96 DC 3C 20 0 E D4 42 3C
Octal 127 226 334 74 40 0 16 324 102 74
Binary 1010111 10010110 11011100 111100 100000 0 1110 11010100 1000010 111100

Color Harmonies of #5796DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5796DC

Black with #5796DC

Text Example


Text Example

White with #5796DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,150,220); }

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

background-color css

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

 a { background-color: rgb(87,150,220); }

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

border-color css

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

 span { border-color: rgb(87,150,220); }

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