Html Css Color HEX #538CB7 Danube

📋 copy color: '#538CB7'

red 83 ◦ green 140 ◦ blue 183

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

Shades of Danube #538CB7

Tints of Danube #538CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.07%

R = 20.44%
G = 34.48%
B = 45.07%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#538CB7 (or 0x538CB7) is known color: Danube. HEX triplet: 53, 8C and B7. RGB value is (83,140,183). Sum of RGB (Red+Green+Blue) = 83+140+183=406 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.44% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 183 (71.88% from 255 or 45.07% from 406); Max value from RGB is 183 - color contains mainly: blue. Hex color #538CB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538CB7 is #AC7348. Grayscale: #7F7F7F. Windows color (decimal): -11301705 or 12029011. OLE color: 12029011.

HSL color Cylindrical-coordinate representation of color #538CB7: hue angle of 205.8º degrees, saturation: 0.41, 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 #538CB7 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 83 140 183 -
CMYK 0.55 0.23 0 0.28
HSL 205.8º 0.41% 0.52% -
HSV(B) 205.8º 0.55% 0.72% -
XYZ 21.49 24.01 48.3 -
YUV 127.86 159.12 96 -
System Red Green Blue C M Y K H S L
Decimal 83 140 183 0.55 0.23 0 0.28 205.8 0.41 0.52
Hex 53 8C B7 37 17 0 1C CE 29 34
Octal 123 214 267 67 27 0 34 316 51 64
Binary 1010011 10001100 10110111 110111 10111 0 11100 11001110 101001 110100

Color Harmonies of #538CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538CB7

Black with #538CB7

Text Example


Text Example

White with #538CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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