Html Css Color HEX #5B8BCC Danube

📋 copy color: '#5B8BCC'

red 91 ◦ green 139 ◦ blue 204

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

Shades of Danube #5B8BCC

Tints of Danube #5B8BCC

RGB

 RED value IS 91 (35.94% from 255) = 20.97%

 GREEN value IS 139 (54.69% from 255) = 32.03%

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

R = 20.97%
G = 32.03%
B = 47%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5B8BCC (or 0x5B8BCC) is known color: Danube. HEX triplet: 5B, 8B and CC. RGB value is (91,139,204). Sum of RGB (Red+Green+Blue) = 91+139+204=434 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.97% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B8BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B8BCC is #A47433. Grayscale: #838383. Windows color (decimal): -10777652 or 13405019. OLE color: 13405019.

HSL color Cylindrical-coordinate representation of color #5B8BCC: hue angle of 214.51º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5B8BCC is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 91 139 204 -
CMYK 0.55 0.32 0 0.2
HSL 214.51º 0.53% 0.58% -
HSV(B) 214.51º 0.55% 0.8% -
XYZ 24.45 25.05 60.67 -
YUV 132.06 168.6 98.71 -
System Red Green Blue C M Y K H S L
Decimal 91 139 204 0.55 0.32 0 0.2 214.51 0.53 0.58
Hex 5B 8B CC 37 20 0 14 D7 35 3A
Octal 133 213 314 67 40 0 24 327 65 72
Binary 1011011 10001011 11001100 110111 100000 0 10100 11010111 110101 111010

Color Harmonies of #5B8BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B8BCC

Black with #5B8BCC

Text Example


Text Example

White with #5B8BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B8BCC; }

 p { color: rgb(91,139,204); }

 H1.HeaderClassName
 {
   color: #5B8BCC;
 }
 .AnyTagClassName
 {
   color: #5B8BCC;
 }
</style>

background-color css

<style>
 a { background-color: #5B8BCC; }

 a { background-color: rgb(91,139,204); }

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

border-color css

<style>
 span { border-color: #5B8BCC; }

 span { border-color: rgb(91,139,204); }

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