Html Css Color HEX #538CBA Danube

📋 copy color: '#538CBA'

red 83 ◦ green 140 ◦ blue 186

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

Shades of Danube #538CBA

Tints of Danube #538CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.23%

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

R = 20.29%
G = 34.23%
B = 45.48%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#538CBA (or 0x538CBA) is known color: Danube. HEX triplet: 53, 8C and BA. RGB value is (83,140,186). Sum of RGB (Red+Green+Blue) = 83+140+186=409 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.29% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #538CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538CBA is #AC7345. Grayscale: #7F7F7F. Windows color (decimal): -11301702 or 12225619. OLE color: 12225619.

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

Color convert

RGB 83 140 186 -
CMYK 0.55 0.25 0 0.27
HSL 206.8º 0.43% 0.53% -
HSV(B) 206.8º 0.55% 0.73% -
XYZ 21.81 24.14 49.96 -
YUV 128.2 160.62 95.76 -
System Red Green Blue C M Y K H S L
Decimal 83 140 186 0.55 0.25 0 0.27 206.8 0.43 0.53
Hex 53 8C BA 37 19 0 1B CF 2B 35
Octal 123 214 272 67 31 0 33 317 53 65
Binary 1010011 10001100 10111010 110111 11001 0 11011 11001111 101011 110101

Color Harmonies of #538CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538CBA

Black with #538CBA

Text Example


Text Example

White with #538CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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