Html Css Color HEX #538DBA Danube

📋 copy color: '#538DBA'

red 83 ◦ green 141 ◦ blue 186

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

Shades of Danube #538DBA

Tints of Danube #538DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.37%

R = 20.24%
G = 34.39%
B = 45.37%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#538DBA (or 0x538DBA) is known color: Danube. HEX triplet: 53, 8D and BA. RGB value is (83,141,186). Sum of RGB (Red+Green+Blue) = 83+141+186=410 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.24% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #538DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538DBA is #AC7245. Grayscale: #808080. Windows color (decimal): -11301446 or 12225875. OLE color: 12225875.

HSL color Cylindrical-coordinate representation of color #538DBA: hue angle of 206.21º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #538DBA is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 141 186 -
CMYK 0.55 0.24 0 0.27
HSL 206.21º 0.43% 0.53% -
HSV(B) 206.21º 0.55% 0.73% -
XYZ 21.96 24.43 50.01 -
YUV 128.79 160.28 95.34 -
System Red Green Blue C M Y K H S L
Decimal 83 141 186 0.55 0.24 0 0.27 206.21 0.43 0.53
Hex 53 8D BA 37 18 0 1B CE 2B 35
Octal 123 215 272 67 30 0 33 316 53 65
Binary 1010011 10001101 10111010 110111 11000 0 11011 11001110 101011 110101

Color Harmonies of #538DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538DBA

Black with #538DBA

Text Example


Text Example

White with #538DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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