Html Css Color HEX #538ABE Danube

📋 copy color: '#538ABE'

red 83 ◦ green 138 ◦ blue 190

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

Shades of Danube #538ABE

Tints of Danube #538ABE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.58%

 BLUE value IS 190 (74.61% from 255) = 46.23%

R = 20.19%
G = 33.58%
B = 46.23%

CMYK

 C value IS 0.56

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#538ABE (or 0x538ABE) is known color: Danube. HEX triplet: 53, 8A and BE. RGB value is (83,138,190). Sum of RGB (Red+Green+Blue) = 83+138+190=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #538ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538ABE is #AC7541. Grayscale: #7F7F7F. Windows color (decimal): -11302210 or 12487251. OLE color: 12487251.

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

Color convert

RGB 83 138 190 -
CMYK 0.56 0.27 0 0.25
HSL 209.16º 0.45% 0.54% -
HSV(B) 209.16º 0.56% 0.75% -
XYZ 21.95 23.73 52.14 -
YUV 127.48 163.28 96.27 -
System Red Green Blue C M Y K H S L
Decimal 83 138 190 0.56 0.27 0 0.25 209.16 0.45 0.54
Hex 53 8A BE 38 1B 0 19 D1 2D 36
Octal 123 212 276 70 33 0 31 321 55 66
Binary 1010011 10001010 10111110 111000 11011 0 11001 11010001 101101 110110

Color Harmonies of #538ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538ABE

Black with #538ABE

Text Example


Text Example

White with #538ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,138,190); }

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

background-color css

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

 a { background-color: rgb(83,138,190); }

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

border-color css

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

 span { border-color: rgb(83,138,190); }

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