Html Css Color HEX #5792CE Picton Blue

📋 copy color: '#5792CE'

red 87 ◦ green 146 ◦ blue 206

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

Shades of Picton Blue #5792CE

Tints of Picton Blue #5792CE

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.26%

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

R = 19.82%
G = 33.26%
B = 46.92%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5792CE (or 0x5792CE) is known color: Picton Blue. HEX triplet: 57, 92 and CE. RGB value is (87,146,206). Sum of RGB (Red+Green+Blue) = 87+146+206=439 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.82% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #5792CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5792CE is #A86D31. Grayscale: #868686. Windows color (decimal): -11038002 or 13537879. OLE color: 13537879.

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

Color convert

RGB 87 146 206 -
CMYK 0.58 0.29 0 0.19
HSL 210.25º 0.55% 0.57% -
HSV(B) 210.25º 0.58% 0.81% -
XYZ 25.35 27.04 62.28 -
YUV 135.2 167.95 93.62 -
System Red Green Blue C M Y K H S L
Decimal 87 146 206 0.58 0.29 0 0.19 210.25 0.55 0.57
Hex 57 92 CE 3A 1D 0 13 D2 37 39
Octal 127 222 316 72 35 0 23 322 67 71
Binary 1010111 10010010 11001110 111010 11101 0 10011 11010010 110111 111001

Color Harmonies of #5792CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5792CE

Black with #5792CE

Text Example


Text Example

White with #5792CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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