Html Css Color HEX #538FCD Danube

📋 copy color: '#538FCD'

red 83 ◦ green 143 ◦ blue 205

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

Shades of Danube #538FCD

Tints of Danube #538FCD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.18%

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

R = 19.26%
G = 33.18%
B = 47.56%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#538FCD (or 0x538FCD) is known color: Danube. HEX triplet: 53, 8F and CD. RGB value is (83,143,205). Sum of RGB (Red+Green+Blue) = 83+143+205=431 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.26% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #538FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538FCD is #AC7032. Grayscale: #838383. Windows color (decimal): -11300915 or 13471571. OLE color: 13471571.

HSL color Cylindrical-coordinate representation of color #538FCD: hue angle of 210.49º 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 #538FCD is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 143 205 -
CMYK 0.60 0.30 0 0.20
HSL 210.49º 0.55% 0.56% -
HSV(B) 210.49º 0.6% 0.8% -
XYZ 24.41 25.89 61.47 -
YUV 132.13 169.12 92.96 -
System Red Green Blue C M Y K H S L
Decimal 83 143 205 0.60 0.30 0 0.20 210.49 0.55 0.56
Hex 53 8F CD 3C 1E 0 14 D2 37 38
Octal 123 217 315 74 36 0 24 322 67 70
Binary 1010011 10001111 11001101 111100 11110 0 10100 11010010 110111 111000

Color Harmonies of #538FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538FCD

Black with #538FCD

Text Example


Text Example

White with #538FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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