Html Css Color HEX #5797CC Picton Blue

📋 copy color: '#5797CC'

red 87 ◦ green 151 ◦ blue 204

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

Shades of Picton Blue #5797CC

Tints of Picton Blue #5797CC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.16%

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

R = 19.68%
G = 34.16%
B = 46.15%

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

#5797CC (or 0x5797CC) is known color: Picton Blue. HEX triplet: 57, 97 and CC. RGB value is (87,151,204). Sum of RGB (Red+Green+Blue) = 87+151+204=442 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.68% from 442); Green value is 151 (59.38% from 255 or 34.16% 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 #5797CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5797CC is #A86833. Grayscale: #898989. Windows color (decimal): -11036724 or 13408087. OLE color: 13408087.

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

Color convert

RGB 87 151 204 -
CMYK 0.57 0.26 0 0.2
HSL 207.18º 0.53% 0.57% -
HSV(B) 207.18º 0.57% 0.8% -
XYZ 25.9 28.52 61.27 -
YUV 137.91 165.3 91.69 -
System Red Green Blue C M Y K H S L
Decimal 87 151 204 0.57 0.26 0 0.2 207.18 0.53 0.57
Hex 57 97 CC 39 1A 0 14 CF 35 39
Octal 127 227 314 71 32 0 24 317 65 71
Binary 1010111 10010111 11001100 111001 11010 0 10100 11001111 110101 111001

Color Harmonies of #5797CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5797CC

Black with #5797CC

Text Example


Text Example

White with #5797CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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