Html Css Color HEX #538CBC Danube

📋 copy color: '#538CBC'

red 83 ◦ green 140 ◦ blue 188

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

Shades of Danube #538CBC

Tints of Danube #538CBC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.06%

 BLUE value IS 188 (73.83% from 255) = 45.74%

R = 20.19%
G = 34.06%
B = 45.74%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#538CBC (or 0x538CBC) is known color: Danube. HEX triplet: 53, 8C and BC. RGB value is (83,140,188). Sum of RGB (Red+Green+Blue) = 83+140+188=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #538CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538CBC is #AC7343. Grayscale: #808080. Windows color (decimal): -11301700 or 12356691. OLE color: 12356691.

HSL color Cylindrical-coordinate representation of color #538CBC: hue angle of 207.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #538CBC is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 140 188 -
CMYK 0.56 0.26 0 0.26
HSL 207.43º 0.44% 0.53% -
HSV(B) 207.43º 0.56% 0.74% -
XYZ 22.02 24.23 51.09 -
YUV 128.43 161.62 95.6 -
System Red Green Blue C M Y K H S L
Decimal 83 140 188 0.56 0.26 0 0.26 207.43 0.44 0.53
Hex 53 8C BC 38 1A 0 1A CF 2C 35
Octal 123 214 274 70 32 0 32 317 54 65
Binary 1010011 10001100 10111100 111000 11010 0 11010 11001111 101100 110101

Color Harmonies of #538CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538CBC

Black with #538CBC

Text Example


Text Example

White with #538CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,140,188); }

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

background-color css

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

 a { background-color: rgb(83,140,188); }

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

border-color css

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

 span { border-color: rgb(83,140,188); }

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