Html Css Color HEX #538FBC Danube

📋 copy color: '#538FBC'

red 83 ◦ green 143 ◦ blue 188

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

Shades of Danube #538FBC

Tints of Danube #538FBC

RGB

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

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

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

R = 20.05%
G = 34.54%
B = 45.41%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#538FBC (or 0x538FBC) is known color: Danube. HEX triplet: 53, 8F and BC. RGB value is (83,143,188). Sum of RGB (Red+Green+Blue) = 83+143+188=414 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.05% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #538FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538FBC is #AC7043. Grayscale: #818181. Windows color (decimal): -11300932 or 12357459. OLE color: 12357459.

HSL color Cylindrical-coordinate representation of color #538FBC: hue angle of 205.71º 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 #538FBC is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 143 188 -
CMYK 0.56 0.24 0 0.26
HSL 205.71º 0.44% 0.53% -
HSV(B) 205.71º 0.56% 0.74% -
XYZ 22.47 25.11 51.24 -
YUV 130.19 160.62 94.34 -
System Red Green Blue C M Y K H S L
Decimal 83 143 188 0.56 0.24 0 0.26 205.71 0.44 0.53
Hex 53 8F BC 38 18 0 1A CE 2C 35
Octal 123 217 274 70 30 0 32 316 54 65
Binary 1010011 10001111 10111100 111000 11000 0 11010 11001110 101100 110101

Color Harmonies of #538FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538FBC

Black with #538FBC

Text Example


Text Example

White with #538FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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