Html Css Color HEX #538ABC Danube

📋 copy color: '#538ABC'

red 83 ◦ green 138 ◦ blue 188

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

Shades of Danube #538ABC

Tints of Danube #538ABC

RGB

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

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

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

R = 20.29%
G = 33.74%
B = 45.97%

CMYK

 C value IS 0.56

 M value IS 0.27

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#538ABC (or 0x538ABC) is known color: Danube. HEX triplet: 53, 8A and BC. RGB value is (83,138,188). Sum of RGB (Red+Green+Blue) = 83+138+188=409 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.29% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #538ABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538ABC is #AC7543. Grayscale: #7F7F7F. Windows color (decimal): -11302212 or 12356179. OLE color: 12356179.

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

Color convert

RGB 83 138 188 -
CMYK 0.56 0.27 0 0.26
HSL 208.57º 0.44% 0.53% -
HSV(B) 208.57º 0.56% 0.74% -
XYZ 21.73 23.65 51 -
YUV 127.26 162.28 96.43 -
System Red Green Blue C M Y K H S L
Decimal 83 138 188 0.56 0.27 0 0.26 208.57 0.44 0.53
Hex 53 8A BC 38 1B 0 1A D1 2C 35
Octal 123 212 274 70 33 0 32 321 54 65
Binary 1010011 10001010 10111100 111000 11011 0 11010 11010001 101100 110101

Color Harmonies of #538ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538ABC

Black with #538ABC

Text Example


Text Example

White with #538ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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