Html Css Color HEX #5794CE Picton Blue

📋 copy color: '#5794CE'

red 87 ◦ green 148 ◦ blue 206

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

Shades of Picton Blue #5794CE

Tints of Picton Blue #5794CE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.56%

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

R = 19.73%
G = 33.56%
B = 46.71%

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

#5794CE (or 0x5794CE) is known color: Picton Blue. HEX triplet: 57, 94 and CE. RGB value is (87,148,206). Sum of RGB (Red+Green+Blue) = 87+148+206=441 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.73% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #5794CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5794CE is #A86B31. Grayscale: #888888. Windows color (decimal): -11037490 or 13538391. OLE color: 13538391.

HSL color Cylindrical-coordinate representation of color #5794CE: hue angle of 209.24º 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 #5794CE is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 148 206 -
CMYK 0.58 0.28 0 0.19
HSL 209.24º 0.55% 0.57% -
HSV(B) 209.24º 0.58% 0.81% -
XYZ 25.66 27.66 62.38 -
YUV 136.37 167.29 92.78 -
System Red Green Blue C M Y K H S L
Decimal 87 148 206 0.58 0.28 0 0.19 209.24 0.55 0.57
Hex 57 94 CE 3A 1C 0 13 D1 37 39
Octal 127 224 316 72 34 0 23 321 67 71
Binary 1010111 10010100 11001110 111010 11100 0 10011 11010001 110111 111001

Color Harmonies of #5794CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5794CE

Black with #5794CE

Text Example


Text Example

White with #5794CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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