Html Css Color HEX #538BBC Danube

📋 copy color: '#538BBC'

red 83 ◦ green 139 ◦ blue 188

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

Shades of Danube #538BBC

Tints of Danube #538BBC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.9%

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

R = 20.24%
G = 33.9%
B = 45.85%

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

#538BBC (or 0x538BBC) is known color: Danube. HEX triplet: 53, 8B and BC. RGB value is (83,139,188). Sum of RGB (Red+Green+Blue) = 83+139+188=410 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.24% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #538BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538BBC is #AC7443. Grayscale: #7F7F7F. Windows color (decimal): -11301956 or 12356435. OLE color: 12356435.

HSL color Cylindrical-coordinate representation of color #538BBC: hue angle of 208º 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 #538BBC is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 139 188 -
CMYK 0.56 0.26 0 0.26
HSL 208º 0.44% 0.53% -
HSV(B) 208º 0.56% 0.74% -
XYZ 21.88 23.94 51.04 -
YUV 127.84 161.95 96.02 -
System Red Green Blue C M Y K H S L
Decimal 83 139 188 0.56 0.26 0 0.26 208 0.44 0.53
Hex 53 8B BC 38 1A 0 1A D0 2C 35
Octal 123 213 274 70 32 0 32 320 54 65
Binary 1010011 10001011 10111100 111000 11010 0 11010 11010000 101100 110101

Color Harmonies of #538BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538BBC

Black with #538BBC

Text Example


Text Example

White with #538BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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