Html Css Color HEX #538EBA Danube

📋 copy color: '#538EBA'

red 83 ◦ green 142 ◦ blue 186

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

Shades of Danube #538EBA

Tints of Danube #538EBA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.55%

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

R = 20.19%
G = 34.55%
B = 45.26%

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

#538EBA (or 0x538EBA) is known color: Danube. HEX triplet: 53, 8E and BA. RGB value is (83,142,186). Sum of RGB (Red+Green+Blue) = 83+142+186=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #538EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538EBA is #AC7145. Grayscale: #818181. Windows color (decimal): -11301190 or 12226131. OLE color: 12226131.

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

Color convert

RGB 83 142 186 -
CMYK 0.55 0.24 0 0.27
HSL 205.63º 0.43% 0.53% -
HSV(B) 205.63º 0.55% 0.73% -
XYZ 22.1 24.73 50.06 -
YUV 129.38 159.95 94.92 -
System Red Green Blue C M Y K H S L
Decimal 83 142 186 0.55 0.24 0 0.27 205.63 0.43 0.53
Hex 53 8E BA 37 18 0 1B CE 2B 35
Octal 123 216 272 67 30 0 33 316 53 65
Binary 1010011 10001110 10111010 110111 11000 0 11011 11001110 101011 110101

Color Harmonies of #538EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538EBA

Black with #538EBA

Text Example


Text Example

White with #538EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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