Html Css Color HEX #538ABB Danube

📋 copy color: '#538ABB'

red 83 ◦ green 138 ◦ blue 187

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

Shades of Danube #538ABB

Tints of Danube #538ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.83%

R = 20.34%
G = 33.82%
B = 45.83%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#538ABB (or 0x538ABB) is known color: Danube. HEX triplet: 53, 8A and BB. RGB value is (83,138,187). Sum of RGB (Red+Green+Blue) = 83+138+187=408 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.34% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #538ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538ABB is #AC7544. Grayscale: #7E7E7E. Windows color (decimal): -11302213 or 12290643. OLE color: 12290643.

HSL color Cylindrical-coordinate representation of color #538ABB: hue angle of 208.27º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #538ABB is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 138 187 -
CMYK 0.56 0.26 0 0.27
HSL 208.27º 0.43% 0.53% -
HSV(B) 208.27º 0.56% 0.73% -
XYZ 21.63 23.6 50.43 -
YUV 127.14 161.78 96.52 -
System Red Green Blue C M Y K H S L
Decimal 83 138 187 0.56 0.26 0 0.27 208.27 0.43 0.53
Hex 53 8A BB 38 1A 0 1B D0 2B 35
Octal 123 212 273 70 32 0 33 320 53 65
Binary 1010011 10001010 10111011 111000 11010 0 11011 11010000 101011 110101

Color Harmonies of #538ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538ABB

Black with #538ABB

Text Example


Text Example

White with #538ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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