Html Css Color HEX #5795CE Picton Blue

📋 copy color: '#5795CE'

red 87 ◦ green 149 ◦ blue 206

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

Shades of Picton Blue #5795CE

Tints of Picton Blue #5795CE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.71%

 BLUE value IS 206 (80.86% from 255) = 46.61%

R = 19.68%
G = 33.71%
B = 46.61%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5795CE (or 0x5795CE) is known color: Picton Blue. HEX triplet: 57, 95 and CE. RGB value is (87,149,206). Sum of RGB (Red+Green+Blue) = 87+149+206=442 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.68% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #5795CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5795CE is #A86A31. Grayscale: #888888. Windows color (decimal): -11037234 or 13538647. OLE color: 13538647.

HSL color Cylindrical-coordinate representation of color #5795CE: hue angle of 208.74º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5795CE is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 149 206 -
CMYK 0.58 0.28 0 0.19
HSL 208.74º 0.55% 0.57% -
HSV(B) 208.74º 0.58% 0.81% -
XYZ 25.82 27.98 62.43 -
YUV 136.96 166.96 92.37 -
System Red Green Blue C M Y K H S L
Decimal 87 149 206 0.58 0.28 0 0.19 208.74 0.55 0.57
Hex 57 95 CE 3A 1C 0 13 D1 37 39
Octal 127 225 316 72 34 0 23 321 67 71
Binary 1010111 10010101 11001110 111010 11100 0 10011 11010001 110111 111001

Color Harmonies of #5795CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5795CE

Black with #5795CE

Text Example


Text Example

White with #5795CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5795CE; }

 p { color: rgb(87,149,206); }

 H1.HeaderClassName
 {
   color: #5795CE;
 }
 .AnyTagClassName
 {
   color: #5795CE;
 }
</style>

background-color css

<style>
 a { background-color: #5795CE; }

 a { background-color: rgb(87,149,206); }

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

border-color css

<style>
 span { border-color: #5795CE; }

 span { border-color: rgb(87,149,206); }

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