Html Css Color HEX #5887BF Danube

📋 copy color: '#5887BF'

red 88 ◦ green 135 ◦ blue 191

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

Shades of Danube #5887BF

Tints of Danube #5887BF

RGB

 RED value IS 88 (34.77% from 255) = 21.26%

 GREEN value IS 135 (53.13% from 255) = 32.61%

 BLUE value IS 191 (75% from 255) = 46.14%

R = 21.26%
G = 32.61%
B = 46.14%

CMYK

 C value IS 0.54

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5887BF (or 0x5887BF) is known color: Danube. HEX triplet: 58, 87 and BF. RGB value is (88,135,191). Sum of RGB (Red+Green+Blue) = 88+135+191=414 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.26% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #5887BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5887BF is #A77840. Grayscale: #7F7F7F. Windows color (decimal): -10975297 or 12552024. OLE color: 12552024.

HSL color Cylindrical-coordinate representation of color #5887BF: hue angle of 212.62º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5887BF is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 135 191 -
CMYK 0.54 0.29 0 0.25
HSL 212.62º 0.45% 0.55% -
HSV(B) 212.62º 0.54% 0.75% -
XYZ 22.09 23.16 52.6 -
YUV 127.33 163.93 99.95 -
System Red Green Blue C M Y K H S L
Decimal 88 135 191 0.54 0.29 0 0.25 212.62 0.45 0.55
Hex 58 87 BF 36 1D 0 19 D5 2D 37
Octal 130 207 277 66 35 0 31 325 55 67
Binary 1011000 10000111 10111111 110110 11101 0 11001 11010101 101101 110111

Color Harmonies of #5887BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5887BF

Black with #5887BF

Text Example


Text Example

White with #5887BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5887BF; }

 p { color: rgb(88,135,191); }

 H1.HeaderClassName
 {
   color: #5887BF;
 }
 .AnyTagClassName
 {
   color: #5887BF;
 }
</style>

background-color css

<style>
 a { background-color: #5887BF; }

 a { background-color: rgb(88,135,191); }

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

border-color css

<style>
 span { border-color: #5887BF; }

 span { border-color: rgb(88,135,191); }

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