Html Css Color HEX #538DBB Danube

📋 copy color: '#538DBB'

red 83 ◦ green 141 ◦ blue 187

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

Shades of Danube #538DBB

Tints of Danube #538DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.5%

R = 20.19%
G = 34.31%
B = 45.5%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#538DBB (or 0x538DBB) is known color: Danube. HEX triplet: 53, 8D and BB. RGB value is (83,141,187). Sum of RGB (Red+Green+Blue) = 83+141+187=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 187 - color contains mainly: blue. Hex color #538DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538DBB is #AC7244. Grayscale: #808080. Windows color (decimal): -11301445 or 12291411. OLE color: 12291411.

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

Color convert

RGB 83 141 187 -
CMYK 0.56 0.25 0 0.27
HSL 206.54º 0.43% 0.53% -
HSV(B) 206.54º 0.56% 0.73% -
XYZ 22.06 24.48 50.58 -
YUV 128.9 160.78 95.26 -
System Red Green Blue C M Y K H S L
Decimal 83 141 187 0.56 0.25 0 0.27 206.54 0.43 0.53
Hex 53 8D BB 38 19 0 1B CF 2B 35
Octal 123 215 273 70 31 0 33 317 53 65
Binary 1010011 10001101 10111011 111000 11001 0 11011 11001111 101011 110101

Color Harmonies of #538DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538DBB

Black with #538DBB

Text Example


Text Example

White with #538DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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