Html Css Color HEX #5796CC Picton Blue

📋 copy color: '#5796CC'

red 87 ◦ green 150 ◦ blue 204

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

Shades of Picton Blue #5796CC

Tints of Picton Blue #5796CC

RGB

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

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

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

R = 19.73%
G = 34.01%
B = 46.26%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5796CC (or 0x5796CC) is known color: Picton Blue. HEX triplet: 57, 96 and CC. RGB value is (87,150,204). Sum of RGB (Red+Green+Blue) = 87+150+204=441 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.73% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #5796CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5796CC is #A86933. Grayscale: #898989. Windows color (decimal): -11036980 or 13407831. OLE color: 13407831.

HSL color Cylindrical-coordinate representation of color #5796CC: hue angle of 207.69º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5796CC is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 87 150 204 -
CMYK 0.57 0.26 0 0.2
HSL 207.69º 0.53% 0.57% -
HSV(B) 207.69º 0.57% 0.8% -
XYZ 25.74 28.2 61.21 -
YUV 137.32 165.63 92.11 -
System Red Green Blue C M Y K H S L
Decimal 87 150 204 0.57 0.26 0 0.2 207.69 0.53 0.57
Hex 57 96 CC 39 1A 0 14 D0 35 39
Octal 127 226 314 71 32 0 24 320 65 71
Binary 1010111 10010110 11001100 111001 11010 0 10100 11010000 110101 111001

Color Harmonies of #5796CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5796CC

Black with #5796CC

Text Example


Text Example

White with #5796CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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