Html Css Color HEX #5797CA Picton Blue

📋 copy color: '#5797CA'

red 87 ◦ green 151 ◦ blue 202

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

Shades of Picton Blue #5797CA

Tints of Picton Blue #5797CA

RGB

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

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

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

R = 19.77%
G = 34.32%
B = 45.91%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5797CA (or 0x5797CA) is known color: Picton Blue. HEX triplet: 57, 97 and CA. RGB value is (87,151,202). Sum of RGB (Red+Green+Blue) = 87+151+202=440 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.77% from 440); Green value is 151 (59.38% from 255 or 34.32% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #5797CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5797CA is #A86835. Grayscale: #898989. Windows color (decimal): -11036726 or 13277015. OLE color: 13277015.

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

Color convert

RGB 87 151 202 -
CMYK 0.57 0.25 0 0.21
HSL 206.61º 0.52% 0.57% -
HSV(B) 206.61º 0.57% 0.79% -
XYZ 25.66 28.42 60.01 -
YUV 137.68 164.3 91.85 -
System Red Green Blue C M Y K H S L
Decimal 87 151 202 0.57 0.25 0 0.21 206.61 0.52 0.57
Hex 57 97 CA 39 19 0 15 CF 34 39
Octal 127 227 312 71 31 0 25 317 64 71
Binary 1010111 10010111 11001010 111001 11001 0 10101 11001111 110100 111001

Color Harmonies of #5797CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5797CA

Black with #5797CA

Text Example


Text Example

White with #5797CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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