Html Css Color HEX #538DCD Danube

📋 copy color: '#538DCD'

red 83 ◦ green 141 ◦ blue 205

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

Shades of Danube #538DCD

Tints of Danube #538DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.79%

R = 19.35%
G = 32.87%
B = 47.79%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#538DCD (or 0x538DCD) is known color: Danube. HEX triplet: 53, 8D and CD. RGB value is (83,141,205). Sum of RGB (Red+Green+Blue) = 83+141+205=429 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.35% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #538DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538DCD is #AC7232. Grayscale: #828282. Windows color (decimal): -11301427 or 13471059. OLE color: 13471059.

HSL color Cylindrical-coordinate representation of color #538DCD: hue angle of 211.48º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #538DCD is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 141 205 -
CMYK 0.60 0.31 0 0.20
HSL 211.48º 0.55% 0.56% -
HSV(B) 211.48º 0.6% 0.8% -
XYZ 24.11 25.3 61.37 -
YUV 130.95 169.78 93.8 -
System Red Green Blue C M Y K H S L
Decimal 83 141 205 0.60 0.31 0 0.20 211.48 0.55 0.56
Hex 53 8D CD 3C 1F 0 14 D3 37 38
Octal 123 215 315 74 37 0 24 323 67 70
Binary 1010011 10001101 11001101 111100 11111 0 10100 11010011 110111 111000

Color Harmonies of #538DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538DCD

Black with #538DCD

Text Example


Text Example

White with #538DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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