Html Css Color HEX #5799CC Picton Blue

📋 copy color: '#5799CC'

red 87 ◦ green 153 ◦ blue 204

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

Shades of Picton Blue #5799CC

Tints of Picton Blue #5799CC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.46%

 BLUE value IS 204 (80.08% from 255) = 45.95%

R = 19.59%
G = 34.46%
B = 45.95%

CMYK

 C value IS 0.57

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5799CC (or 0x5799CC) is known color: Picton Blue. HEX triplet: 57, 99 and CC. RGB value is (87,153,204). Sum of RGB (Red+Green+Blue) = 87+153+204=444 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.59% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #5799CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5799CC is #A86633. Grayscale: #8A8A8A. Windows color (decimal): -11036212 or 13408599. OLE color: 13408599.

HSL color Cylindrical-coordinate representation of color #5799CC: hue angle of 206.15º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5799CC is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 87 153 204 -
CMYK 0.57 0.25 0 0.2
HSL 206.15º 0.53% 0.57% -
HSV(B) 206.15º 0.57% 0.8% -
XYZ 26.22 29.17 61.37 -
YUV 139.08 164.63 90.85 -
System Red Green Blue C M Y K H S L
Decimal 87 153 204 0.57 0.25 0 0.2 206.15 0.53 0.57
Hex 57 99 CC 39 19 0 14 CE 35 39
Octal 127 231 314 71 31 0 24 316 65 71
Binary 1010111 10011001 11001100 111001 11001 0 10100 11001110 110101 111001

Color Harmonies of #5799CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5799CC

Black with #5799CC

Text Example


Text Example

White with #5799CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5799CC; }

 p { color: rgb(87,153,204); }

 H1.HeaderClassName
 {
   color: #5799CC;
 }
 .AnyTagClassName
 {
   color: #5799CC;
 }
</style>

background-color css

<style>
 a { background-color: #5799CC; }

 a { background-color: rgb(87,153,204); }

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

border-color css

<style>
 span { border-color: #5799CC; }

 span { border-color: rgb(87,153,204); }

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