Html Css Color HEX #538CBE Danube

📋 copy color: '#538CBE'

red 83 ◦ green 140 ◦ blue 190

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

Shades of Danube #538CBE

Tints of Danube #538CBE

RGB

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

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

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

R = 20.1%
G = 33.9%
B = 46%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#538CBE (or 0x538CBE) is known color: Danube. HEX triplet: 53, 8C and BE. RGB value is (83,140,190). Sum of RGB (Red+Green+Blue) = 83+140+190=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #538CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538CBE is #AC7341. Grayscale: #808080. Windows color (decimal): -11301698 or 12487763. OLE color: 12487763.

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

Color convert

RGB 83 140 190 -
CMYK 0.56 0.26 0 0.25
HSL 208.04º 0.45% 0.54% -
HSV(B) 208.04º 0.56% 0.75% -
XYZ 22.24 24.31 52.24 -
YUV 128.66 162.62 95.43 -
System Red Green Blue C M Y K H S L
Decimal 83 140 190 0.56 0.26 0 0.25 208.04 0.45 0.54
Hex 53 8C BE 38 1A 0 19 D0 2D 36
Octal 123 214 276 70 32 0 31 320 55 66
Binary 1010011 10001100 10111110 111000 11010 0 11001 11010000 101101 110110

Color Harmonies of #538CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538CBE

Black with #538CBE

Text Example


Text Example

White with #538CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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