Html Css Color HEX #538CBB Danube

📋 copy color: '#538CBB'

red 83 ◦ green 140 ◦ blue 187

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

Shades of Danube #538CBB

Tints of Danube #538CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.61%

R = 20.24%
G = 34.15%
B = 45.61%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#538CBB (or 0x538CBB) is known color: Danube. HEX triplet: 53, 8C and BB. RGB value is (83,140,187). Sum of RGB (Red+Green+Blue) = 83+140+187=410 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.24% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #538CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538CBB is #AC7344. Grayscale: #808080. Windows color (decimal): -11301701 or 12291155. OLE color: 12291155.

HSL color Cylindrical-coordinate representation of color #538CBB: hue angle of 207.12º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #538CBB is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 140 187 -
CMYK 0.56 0.25 0 0.27
HSL 207.12º 0.43% 0.53% -
HSV(B) 207.12º 0.56% 0.73% -
XYZ 21.92 24.18 50.53 -
YUV 128.32 161.12 95.68 -
System Red Green Blue C M Y K H S L
Decimal 83 140 187 0.56 0.25 0 0.27 207.12 0.43 0.53
Hex 53 8C BB 38 19 0 1B CF 2B 35
Octal 123 214 273 70 31 0 33 317 53 65
Binary 1010011 10001100 10111011 111000 11001 0 11011 11001111 101011 110101

Color Harmonies of #538CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538CBB

Black with #538CBB

Text Example


Text Example

White with #538CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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