Html Css Color HEX #5793CF Picton Blue

📋 copy color: '#5793CF'

red 87 ◦ green 147 ◦ blue 207

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

Shades of Picton Blue #5793CF

Tints of Picton Blue #5793CF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.33%

 BLUE value IS 207 (81.25% from 255) = 46.94%

R = 19.73%
G = 33.33%
B = 46.94%

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

#5793CF (or 0x5793CF) is known color: Picton Blue. HEX triplet: 57, 93 and CF. RGB value is (87,147,207). Sum of RGB (Red+Green+Blue) = 87+147+207=441 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.73% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #5793CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5793CF is #A86C30. Grayscale: #878787. Windows color (decimal): -11037745 or 13603671. OLE color: 13603671.

HSL color Cylindrical-coordinate representation of color #5793CF: hue angle of 210º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5793CF is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 87 147 207 -
CMYK 0.58 0.29 0 0.19
HSL 210º 0.56% 0.58% -
HSV(B) 210º 0.58% 0.81% -
XYZ 25.63 27.4 62.97 -
YUV 135.9 168.12 93.12 -
System Red Green Blue C M Y K H S L
Decimal 87 147 207 0.58 0.29 0 0.19 210 0.56 0.58
Hex 57 93 CF 3A 1D 0 13 D2 38 3A
Octal 127 223 317 72 35 0 23 322 70 72
Binary 1010111 10010011 11001111 111010 11101 0 10011 11010010 111000 111010

Color Harmonies of #5793CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5793CF

Black with #5793CF

Text Example


Text Example

White with #5793CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5793CF; }

 p { color: rgb(87,147,207); }

 H1.HeaderClassName
 {
   color: #5793CF;
 }
 .AnyTagClassName
 {
   color: #5793CF;
 }
</style>

background-color css

<style>
 a { background-color: #5793CF; }

 a { background-color: rgb(87,147,207); }

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

border-color css

<style>
 span { border-color: #5793CF; }

 span { border-color: rgb(87,147,207); }

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