Html Css Color HEX #538CBD Danube

📋 copy color: '#538CBD'

red 83 ◦ green 140 ◦ blue 189

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

Shades of Danube #538CBD

Tints of Danube #538CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.87%

R = 20.15%
G = 33.98%
B = 45.87%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#538CBD (or 0x538CBD) is known color: Danube. HEX triplet: 53, 8C and BD. RGB value is (83,140,189). Sum of RGB (Red+Green+Blue) = 83+140+189=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #538CBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538CBD is #AC7342. Grayscale: #808080. Windows color (decimal): -11301699 or 12422227. OLE color: 12422227.

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

Color convert

RGB 83 140 189 -
CMYK 0.56 0.26 0 0.26
HSL 207.74º 0.45% 0.53% -
HSV(B) 207.74º 0.56% 0.74% -
XYZ 22.13 24.27 51.66 -
YUV 128.54 162.12 95.52 -
System Red Green Blue C M Y K H S L
Decimal 83 140 189 0.56 0.26 0 0.26 207.74 0.45 0.53
Hex 53 8C BD 38 1A 0 1A D0 2D 35
Octal 123 214 275 70 32 0 32 320 55 65
Binary 1010011 10001100 10111101 111000 11010 0 11010 11010000 101101 110101

Color Harmonies of #538CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538CBD

Black with #538CBD

Text Example


Text Example

White with #538CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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