Html Css Color HEX #538FC1 Danube

📋 copy color: '#538FC1'

red 83 ◦ green 143 ◦ blue 193

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

Shades of Danube #538FC1

Tints of Danube #538FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.06%

R = 19.81%
G = 34.13%
B = 46.06%

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

#538FC1 (or 0x538FC1) is known color: Danube. HEX triplet: 53, 8F and C1. RGB value is (83,143,193). Sum of RGB (Red+Green+Blue) = 83+143+193=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #538FC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538FC1 is #AC703E. Grayscale: #828282. Windows color (decimal): -11300927 or 12685139. OLE color: 12685139.

HSL color Cylindrical-coordinate representation of color #538FC1: hue angle of 207.27º degrees, saturation: 0.47, 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 #538FC1 is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 83 143 193 -
CMYK 0.57 0.26 0 0.24
HSL 207.27º 0.47% 0.54% -
HSV(B) 207.27º 0.57% 0.76% -
XYZ 23.02 25.33 54.13 -
YUV 130.76 163.12 93.93 -
System Red Green Blue C M Y K H S L
Decimal 83 143 193 0.57 0.26 0 0.24 207.27 0.47 0.54
Hex 53 8F C1 39 1A 0 18 CF 2F 36
Octal 123 217 301 71 32 0 30 317 57 66
Binary 1010011 10001111 11000001 111001 11010 0 11000 11001111 101111 110110

Color Harmonies of #538FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538FC1

Black with #538FC1

Text Example


Text Example

White with #538FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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