Html Css Color HEX #538FC2 Danube

📋 copy color: '#538FC2'

red 83 ◦ green 143 ◦ blue 194

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

Shades of Danube #538FC2

Tints of Danube #538FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 46.19%

R = 19.76%
G = 34.05%
B = 46.19%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#538FC2 (or 0x538FC2) is known color: Danube. HEX triplet: 53, 8F and C2. RGB value is (83,143,194). Sum of RGB (Red+Green+Blue) = 83+143+194=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 194 (76.17% from 255 or 46.19% from 420); Max value from RGB is 194 - color contains mainly: blue. Hex color #538FC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538FC2 is #AC703D. Grayscale: #828282. Windows color (decimal): -11300926 or 12750675. OLE color: 12750675.

HSL color Cylindrical-coordinate representation of color #538FC2: hue angle of 207.57º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #538FC2 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 83 143 194 -
CMYK 0.57 0.26 0 0.24
HSL 207.57º 0.48% 0.54% -
HSV(B) 207.57º 0.57% 0.76% -
XYZ 23.13 25.38 54.72 -
YUV 130.87 163.62 93.85 -
System Red Green Blue C M Y K H S L
Decimal 83 143 194 0.57 0.26 0 0.24 207.57 0.48 0.54
Hex 53 8F C2 39 1A 0 18 D0 30 36
Octal 123 217 302 71 32 0 30 320 60 66
Binary 1010011 10001111 11000010 111001 11010 0 11000 11010000 110000 110110

Color Harmonies of #538FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538FC2

Black with #538FC2

Text Example


Text Example

White with #538FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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