Html Css Color HEX #538FB9 Danube

📋 copy color: '#538FB9'

red 83 ◦ green 143 ◦ blue 185

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

Shades of Danube #538FB9

Tints of Danube #538FB9

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.79%

 BLUE value IS 185 (72.66% from 255) = 45.01%

R = 20.19%
G = 34.79%
B = 45.01%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#538FB9 (or 0x538FB9) is known color: Danube. HEX triplet: 53, 8F and B9. RGB value is (83,143,185). Sum of RGB (Red+Green+Blue) = 83+143+185=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 185 - color contains mainly: blue. Hex color #538FB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538FB9 is #AC7046. Grayscale: #818181. Windows color (decimal): -11300935 or 12160851. OLE color: 12160851.

HSL color Cylindrical-coordinate representation of color #538FB9: hue angle of 204.71º degrees, saturation: 0.42, 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 #538FB9 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 143 185 -
CMYK 0.55 0.23 0 0.27
HSL 204.71º 0.42% 0.53% -
HSV(B) 204.71º 0.55% 0.73% -
XYZ 22.15 24.99 49.55 -
YUV 129.85 159.12 94.58 -
System Red Green Blue C M Y K H S L
Decimal 83 143 185 0.55 0.23 0 0.27 204.71 0.42 0.53
Hex 53 8F B9 37 17 0 1B CD 2A 35
Octal 123 217 271 67 27 0 33 315 52 65
Binary 1010011 10001111 10111001 110111 10111 0 11011 11001101 101010 110101

Color Harmonies of #538FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538FB9

Black with #538FB9

Text Example


Text Example

White with #538FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,143,185); }

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

background-color css

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

 a { background-color: rgb(83,143,185); }

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

border-color css

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

 span { border-color: rgb(83,143,185); }

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