Html Css Color HEX #5796CA Picton Blue

📋 copy color: '#5796CA'

red 87 ◦ green 150 ◦ blue 202

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

Shades of Picton Blue #5796CA

Tints of Picton Blue #5796CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.01%

R = 19.82%
G = 34.17%
B = 46.01%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5796CA (or 0x5796CA) is known color: Picton Blue. HEX triplet: 57, 96 and CA. RGB value is (87,150,202). Sum of RGB (Red+Green+Blue) = 87+150+202=439 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.82% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #5796CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5796CA is #A86935. Grayscale: #888888. Windows color (decimal): -11036982 or 13276759. OLE color: 13276759.

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

Color convert

RGB 87 150 202 -
CMYK 0.57 0.26 0 0.21
HSL 207.13º 0.52% 0.57% -
HSV(B) 207.13º 0.57% 0.79% -
XYZ 25.5 28.1 59.96 -
YUV 137.09 164.63 92.27 -
System Red Green Blue C M Y K H S L
Decimal 87 150 202 0.57 0.26 0 0.21 207.13 0.52 0.57
Hex 57 96 CA 39 1A 0 15 CF 34 39
Octal 127 226 312 71 32 0 25 317 64 71
Binary 1010111 10010110 11001010 111001 11010 0 10101 11001111 110100 111001

Color Harmonies of #5796CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5796CA

Black with #5796CA

Text Example


Text Example

White with #5796CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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