Html Css Color HEX #538FC0 Danube

📋 copy color: '#538FC0'

red 83 ◦ green 143 ◦ blue 192

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

Shades of Danube #538FC0

Tints of Danube #538FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 45.93%

R = 19.86%
G = 34.21%
B = 45.93%

CMYK

 C value IS 0.57

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#538FC0 (or 0x538FC0) is known color: Danube. HEX triplet: 53, 8F and C0. RGB value is (83,143,192). Sum of RGB (Red+Green+Blue) = 83+143+192=418 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.86% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 192 - color contains mainly: blue. Hex color #538FC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538FC0 is #AC703F. Grayscale: #828282. Windows color (decimal): -11300928 or 12619603. OLE color: 12619603.

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

Color convert

RGB 83 143 192 -
CMYK 0.57 0.26 0 0.25
HSL 206.97º 0.46% 0.54% -
HSV(B) 206.97º 0.57% 0.75% -
XYZ 22.9 25.29 53.54 -
YUV 130.65 162.62 94.02 -
System Red Green Blue C M Y K H S L
Decimal 83 143 192 0.57 0.26 0 0.25 206.97 0.46 0.54
Hex 53 8F C0 39 1A 0 19 CF 2E 36
Octal 123 217 300 71 32 0 31 317 56 66
Binary 1010011 10001111 11000000 111001 11010 0 11001 11001111 101110 110110

Color Harmonies of #538FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538FC0

Black with #538FC0

Text Example


Text Example

White with #538FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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