Html Css Color HEX #538DCF Danube

📋 copy color: '#538DCF'

red 83 ◦ green 141 ◦ blue 207

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

Shades of Danube #538DCF

Tints of Danube #538DCF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.71%

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 19.26%
G = 32.71%
B = 48.03%

CMYK

 C value IS 0.60

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#538DCF (or 0x538DCF) is known color: Danube. HEX triplet: 53, 8D and CF. RGB value is (83,141,207). Sum of RGB (Red+Green+Blue) = 83+141+207=431 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.26% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #538DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538DCF is #AC7230. Grayscale: #828282. Windows color (decimal): -11301425 or 13602131. OLE color: 13602131.

HSL color Cylindrical-coordinate representation of color #538DCF: hue angle of 211.94º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #538DCF is Cyan = 0.60, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 141 207 -
CMYK 0.60 0.32 0 0.19
HSL 211.94º 0.56% 0.57% -
HSV(B) 211.94º 0.6% 0.81% -
XYZ 24.35 25.39 62.65 -
YUV 131.18 170.78 93.63 -
System Red Green Blue C M Y K H S L
Decimal 83 141 207 0.60 0.32 0 0.19 211.94 0.56 0.57
Hex 53 8D CF 3C 20 0 13 D4 38 39
Octal 123 215 317 74 40 0 23 324 70 71
Binary 1010011 10001101 11001111 111100 100000 0 10011 11010100 111000 111001

Color Harmonies of #538DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538DCF

Black with #538DCF

Text Example


Text Example

White with #538DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,141,207); }

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

background-color css

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

 a { background-color: rgb(83,141,207); }

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

border-color css

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

 span { border-color: rgb(83,141,207); }

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