Html Css Color HEX #538DC6 Danube

📋 copy color: '#538DC6'

red 83 ◦ green 141 ◦ blue 198

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

Shades of Danube #538DC6

Tints of Danube #538DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 46.92%

R = 19.67%
G = 33.41%
B = 46.92%

CMYK

 C value IS 0.58

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#538DC6 (or 0x538DC6) is known color: Danube. HEX triplet: 53, 8D and C6. RGB value is (83,141,198). Sum of RGB (Red+Green+Blue) = 83+141+198=422 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.67% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 198 (77.73% from 255 or 46.92% from 422); Max value from RGB is 198 - color contains mainly: blue. Hex color #538DC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538DC6 is #AC7239. Grayscale: #818181. Windows color (decimal): -11301434 or 13012307. OLE color: 13012307.

HSL color Cylindrical-coordinate representation of color #538DC6: hue angle of 209.74º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #538DC6 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 83 141 198 -
CMYK 0.58 0.29 0 0.22
HSL 209.74º 0.5% 0.55% -
HSV(B) 209.74º 0.58% 0.78% -
XYZ 23.29 24.97 57.02 -
YUV 130.16 166.28 94.37 -
System Red Green Blue C M Y K H S L
Decimal 83 141 198 0.58 0.29 0 0.22 209.74 0.5 0.55
Hex 53 8D C6 3A 1D 0 16 D2 32 37
Octal 123 215 306 72 35 0 26 322 62 67
Binary 1010011 10001101 11000110 111010 11101 0 10110 11010010 110010 110111

Color Harmonies of #538DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538DC6

Black with #538DC6

Text Example


Text Example

White with #538DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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