Html Css Color HEX #538FBE Danube

📋 copy color: '#538FBE'

red 83 ◦ green 143 ◦ blue 190

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

Shades of Danube #538FBE

Tints of Danube #538FBE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.38%

 BLUE value IS 190 (74.61% from 255) = 45.67%

R = 19.95%
G = 34.38%
B = 45.67%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#538FBE (or 0x538FBE) is known color: Danube. HEX triplet: 53, 8F and BE. RGB value is (83,143,190). Sum of RGB (Red+Green+Blue) = 83+143+190=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #538FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #538FBE is #AC7041. Grayscale: #828282. Windows color (decimal): -11300930 or 12488531. OLE color: 12488531.

HSL color Cylindrical-coordinate representation of color #538FBE: hue angle of 206.36º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #538FBE is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 143 190 -
CMYK 0.56 0.25 0 0.25
HSL 206.36º 0.45% 0.54% -
HSV(B) 206.36º 0.56% 0.75% -
XYZ 22.68 25.2 52.38 -
YUV 130.42 161.62 94.18 -
System Red Green Blue C M Y K H S L
Decimal 83 143 190 0.56 0.25 0 0.25 206.36 0.45 0.54
Hex 53 8F BE 38 19 0 19 CE 2D 36
Octal 123 217 276 70 31 0 31 316 55 66
Binary 1010011 10001111 10111110 111000 11001 0 11001 11001110 101101 110110

Color Harmonies of #538FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538FBE

Black with #538FBE

Text Example


Text Example

White with #538FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,143,190); }

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

background-color css

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

 a { background-color: rgb(83,143,190); }

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

border-color css

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

 span { border-color: rgb(83,143,190); }

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