Html Css Color HEX #538DBC Danube

📋 copy color: '#538DBC'

red 83 ◦ green 141 ◦ blue 188

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

Shades of Danube #538DBC

Tints of Danube #538DBC

RGB

 RED value IS 83 (32.81% from 255) = 20.15%

 GREEN value IS 141 (55.47% from 255) = 34.22%

 BLUE value IS 188 (73.83% from 255) = 45.63%

R = 20.15%
G = 34.22%
B = 45.63%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#538DBC (or 0x538DBC) is known color: Danube. HEX triplet: 53, 8D and BC. RGB value is (83,141,188). Sum of RGB (Red+Green+Blue) = 83+141+188=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #538DBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538DBC is #AC7243. Grayscale: #808080. Windows color (decimal): -11301444 or 12356947. OLE color: 12356947.

HSL color Cylindrical-coordinate representation of color #538DBC: hue angle of 206.86º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #538DBC is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 141 188 -
CMYK 0.56 0.25 0 0.26
HSL 206.86º 0.44% 0.53% -
HSV(B) 206.86º 0.56% 0.74% -
XYZ 22.17 24.52 51.14 -
YUV 129.02 161.28 95.18 -
System Red Green Blue C M Y K H S L
Decimal 83 141 188 0.56 0.25 0 0.26 206.86 0.44 0.53
Hex 53 8D BC 38 19 0 1A CF 2C 35
Octal 123 215 274 70 31 0 32 317 54 65
Binary 1010011 10001101 10111100 111000 11001 0 11010 11001111 101100 110101

Color Harmonies of #538DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538DBC

Black with #538DBC

Text Example


Text Example

White with #538DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538DBC; }

 p { color: rgb(83,141,188); }

 H1.HeaderClassName
 {
   color: #538DBC;
 }
 .AnyTagClassName
 {
   color: #538DBC;
 }
</style>

background-color css

<style>
 a { background-color: #538DBC; }

 a { background-color: rgb(83,141,188); }

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

border-color css

<style>
 span { border-color: #538DBC; }

 span { border-color: rgb(83,141,188); }

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