#538BB8

Color #538BB8 Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #538BB8

Tints of Danube #538BB8

Color information

#538BB8 (or 0x538BB8) is unknown color: approx Danube. HEX triplet: 53, 8B and B8. RGB value is (83,139,184). Sum of RGB (Red+Green+Blue) = 83+139+184=406 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.44% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 184 (72.27% from 255 or 45.32% from 406); Max value from RGB is 184 - color contains mainly: blue. Hex color #538BB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538BB8 is #AC7447. Grayscale: #7F7F7F. Windows color (decimal): -11301960 or 12094291. OLE color: 12094291.

HSL color Cylindrical-coordinate representation of color #538BB8: hue angle of 206.73º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #538BB8 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB83139184-
CMYK0.550.2400.28
HSL206.73º41.56%52.35%-
HSV(B)206.73º54.89%72.16%-
XYZ21.4523.7648.8-
YUV127.39159.9596.34-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.44%
GREEN value IS 139 (54.69% from 255) = 34.24%
BLUE value IS 184 (72.27% from 255) = 45.32%
R=20.44%
G=34.24%
B=45.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal831391840.550.2400.28206.7341.5652.35
Hex538BB8371801Ccf2a34
Octal12321327067300343175264
Binary101001110001011101110001101111100001110011001111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,139,184); }

 H1.HeaderClassName
 {
   color: #538BB8;
 }
 .AnyTagClassName
 {
   color: #538BB8;
 }
</style>
background-color css

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

 a { background-color: rgb(83,139,184); }

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

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

 span { border-color: rgb(83,139,184); }

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