Html Css Color HEX #5792CD Picton Blue

📋 copy color: '#5792CD'

red 87 ◦ green 146 ◦ blue 205

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

Shades of Picton Blue #5792CD

Tints of Picton Blue #5792CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.8%

R = 19.86%
G = 33.33%
B = 46.8%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5792CD (or 0x5792CD) is known color: Picton Blue. HEX triplet: 57, 92 and CD. RGB value is (87,146,205). Sum of RGB (Red+Green+Blue) = 87+146+205=438 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.86% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #5792CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5792CD is #A86D32. Grayscale: #868686. Windows color (decimal): -11038003 or 13472343. OLE color: 13472343.

HSL color Cylindrical-coordinate representation of color #5792CD: hue angle of 210º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5792CD is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 146 205 -
CMYK 0.58 0.29 0 0.20
HSL 210º 0.54% 0.57% -
HSV(B) 210º 0.58% 0.8% -
XYZ 25.23 26.99 61.64 -
YUV 135.09 167.45 93.7 -
System Red Green Blue C M Y K H S L
Decimal 87 146 205 0.58 0.29 0 0.20 210 0.54 0.57
Hex 57 92 CD 3A 1D 0 14 D2 36 39
Octal 127 222 315 72 35 0 24 322 66 71
Binary 1010111 10010010 11001101 111010 11101 0 10100 11010010 110110 111001

Color Harmonies of #5792CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5792CD

Black with #5792CD

Text Example


Text Example

White with #5792CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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